org.apache.qpid.console
Class SchemaProperty

java.lang.Object
  extended by org.apache.qpid.console.SchemaVariable
      extended by org.apache.qpid.console.SchemaProperty

public class SchemaProperty
extends SchemaVariable


Constructor Summary
SchemaProperty(org.apache.qpid.transport.codec.Decoder dec)
           
 
Method Summary
 int getAccess()
           
 boolean getIndex()
           
 boolean getOptional()
           
 void setAccess(int value)
           
 void setIndex(boolean value)
           
 void setOptional(boolean value)
           
 
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
 

Constructor Detail

SchemaProperty

public SchemaProperty(org.apache.qpid.transport.codec.Decoder dec)
Method Detail

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