|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.management.domain.model.QpidFeature
org.apache.qpid.management.domain.model.QpidAttribute
class QpidAttribute
Layer supertype for qpid properties and statistics.
Field Summary | |
---|---|
protected Type |
_type
feature type |
protected String |
_unit
feature unit |
Fields inherited from class org.apache.qpid.management.domain.model.QpidFeature |
---|
_description, _name |
Constructor Summary | |
---|---|
QpidAttribute()
|
Method Summary | |
---|---|
(package private) Object |
decodeValue(org.apache.qpid.transport.codec.Decoder decoder)
Gets the value of this feature according to its type definition. |
(package private) Class<?> |
getJavaType()
Returns the java type (class) of this feature. |
(package private) String |
getUnit()
Returns the units used for numeric values (i.e. |
(package private) void |
setType(Type type)
Sets the type of this feature. |
(package private) void |
setUnit(String unit)
Sets the unit for this property. |
String |
toString()
Returns the name of the feature. |
Methods inherited from class org.apache.qpid.management.domain.model.QpidFeature |
---|
getDescription, getName, setDescription, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Type _type
protected String _unit
Constructor Detail |
---|
QpidAttribute()
Method Detail |
---|
String getUnit()
void setUnit(String unit)
unit
- the unit of this property.Class<?> getJavaType()
void setType(Type type)
type
- the type of this feature.Object decodeValue(org.apache.qpid.transport.codec.Decoder decoder)
decoder
- the decoder used to extract the value.
public String toString()
QpidFeature
toString
in class QpidFeature
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |