|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
ConstAttributeElement represents a read-only attribute. This interface provides only the "getter" methods. Attribute is a name value pair.
AttributeElement| Method Summary | |
java.lang.Object |
clone()
Perform deep copy |
java.lang.String |
getASIType()
Get the attribute type name. |
java.lang.String |
getName()
Get the attribute Name. |
java.lang.Object |
getValue()
Get the attribute value. |
java.lang.Object |
getValueAs(java.lang.Class type)
Attempts to convert this attribute value to the supplied type. |
boolean |
isList()
Determines if this is a multi-valued attribute. |
| Method Detail |
public java.lang.Object clone()
public java.lang.String getASIType()
public java.lang.String getName()
public java.lang.Object getValue()
java.util.Collection will be returned.public boolean isList()
public java.lang.Object getValueAs(java.lang.Class type)
throws ManagementException,
BadParameterException,
InvalidTypeException,
TypeConversionException
type - the type can be one of the following classes:
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||