org.apache.qpid.console
Class SchemaStatistic
java.lang.Object
org.apache.qpid.console.SchemaStatistic
public class SchemaStatistic
- extends Object
Constructor Summary |
SchemaStatistic(org.apache.qpid.transport.codec.Decoder dec)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaStatistic
public SchemaStatistic(org.apache.qpid.transport.codec.Decoder dec)
getDescription
public String getDescription()
getName
public String getName()
getType
public short getType()
getUnit
public String getUnit()
setDescription
public void setDescription(String value)
setName
public void setName(String value)
setType
public void setType(short value)
setUnit
public void setUnit(String value)
Licensed to the Apache Software Foundation