|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CollectionAttribute
| Method Summary | |
|---|---|
CollectionAttributeType |
getAttributeType()
Return the attribute type for this attribute. |
String |
getName()
Gets the name of the attribute |
String |
getNumericValue()
Get the numeric value of the attribute, as a String. |
CollectionResource |
getResource()
|
String |
getStringValue()
Get the value of the attribute as a String. |
String |
getType()
Returns type of value (typically one of "counter", "gauge", "timeticks", "integer", "octetstring" - see NumericAttributeType) |
boolean |
shouldPersist(ServiceParameters params)
Determines whether the attribute should be persisted. |
void |
storeAttribute(Persister persister)
Stores the attribute using the persister. |
void |
visit(CollectionSetVisitor visitor)
Visit this attribute |
| Method Detail |
|---|
CollectionResource getResource()
String getStringValue()
String getNumericValue()
String getName()
void storeAttribute(Persister persister)
persister - boolean shouldPersist(ServiceParameters params)
params -
CollectionAttributeType getAttributeType()
void visit(CollectionSetVisitor visitor)
visitor - String getType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||