org.apache.qpid.console
Class SchemaProperty
java.lang.Object
org.apache.qpid.console.SchemaVariable
org.apache.qpid.console.SchemaProperty
public class SchemaProperty
- extends SchemaVariable
Constructor Summary |
SchemaProperty(org.apache.qpid.transport.codec.Decoder dec)
|
Methods inherited from class org.apache.qpid.console.SchemaVariable |
getDefault, getDescription, getMax, getMaxLength, getMin, getName, getRefClass, getRefPackage, getType, getUnit, populateData, setDefault, setDescription, setMax, setMaxLength, setMin, setName, setRefClass, setRefPackage, setType, setUnit |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaProperty
public SchemaProperty(org.apache.qpid.transport.codec.Decoder dec)
getAccess
public int getAccess()
getIndex
public boolean getIndex()
getOptional
public boolean getOptional()
setAccess
public void setAccess(int value)
setIndex
public void setIndex(boolean value)
setOptional
public void setOptional(boolean value)
Licensed to the Apache Software Foundation