public class WmiCollectionAttribute extends AbstractCollectionAttribute implements CollectionAttribute
WmiCollectionAttribute class.
| Constructor and Description |
|---|
WmiCollectionAttribute(WmiCollectionResource resource,
CollectionAttributeType attribType,
String alias,
String value)
Constructor for WmiCollectionAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
CollectionAttributeType |
getAttributeType()
getAttributeType
|
String |
getName()
getName
|
String |
getNumericValue()
getNumericValue
|
CollectionResource |
getResource()
getResource
|
String |
getStringValue()
getStringValue
|
String |
getType()
getType
|
boolean |
shouldPersist(ServiceParameters params)
Determines whether the attribute should be persisted.
|
String |
toString()
toString
|
log, storeAttribute, visitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitstoreAttribute, visitpublic WmiCollectionAttribute(WmiCollectionResource resource, CollectionAttributeType attribType, String alias, String value)
Constructor for WmiCollectionAttribute.
resource - a WmiCollectionResource object.attribType - a CollectionAttributeType object.alias - a String object.value - a String object.public CollectionAttributeType getAttributeType()
getAttributeType
getAttributeType in interface CollectionAttributegetAttributeType in class AbstractCollectionAttributeCollectionAttributeType object.public String getName()
getName
getName in interface CollectionAttributegetName in class AbstractCollectionAttributeString object.public String getNumericValue()
getNumericValue
getNumericValue in interface CollectionAttributegetNumericValue in class AbstractCollectionAttributeString object.public CollectionResource getResource()
getResource
getResource in interface CollectionAttributegetResource in class AbstractCollectionAttributeCollectionResource object.public String getStringValue()
getStringValue
getStringValue in interface CollectionAttributegetStringValue in class AbstractCollectionAttributeString object.public boolean shouldPersist(ServiceParameters params)
shouldPersist in interface CollectionAttributeshouldPersist in class AbstractCollectionAttributeparams - a ServiceParameters object.public String getType()
getType
getType in interface CollectionAttributeString object.Copyright © 2015. All Rights Reserved.