com.hp.ucmdb.api.types
Interface Property

All Known Subinterfaces:
DiscoveryProperty

public interface Property

An instance of an attribute belonging to an element.


Method Summary
 java.lang.String getName()
          The name of this property.
 Type getType()
          The data type of this property.
 java.lang.Object getValue()
          Returns the value of this property.
 

Method Detail

getName

java.lang.String getName()
The name of this property.


getValue

java.lang.Object getValue()
Returns the value of this property.
The java class of the returned object is type-specific and is determined as follows:
Type.BOOLEANBoolean
Type.BYTESbyte[]
Type.DATEDate
Type.DOUBLEDouble
Type.FLOATFloat
Type.INTEGERInteger
Type.INTEGER_LISTIterable<Integer>
Type.LONGLong
Type.STRINGString
Type.STRING_LISTIterable<String>
Type.XMLString


getType

Type getType()
The data type of this property.



Documentation Feedback
Copyright 2010 Hewlett-Packard Development Company, L.P.