|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.PropInfo
public class PropInfo
The PropInfo
class uses a tag-value pair (AR_DROP_
/AR_DVAL_
)
to describe the properties of server objects in the AR System.
Constructor Summary | |
---|---|
PropInfo(int tag,
Value val)
Constructs a new PropInfo object which consists of a tag-value pair and is used to describe the
properties of server objects in the AR System. |
Method Summary | |
---|---|
Object |
clone()
Makes a deep copy of the object |
boolean |
equals(Object obj)
Use this method for checking equality. |
int |
getPropertyTag()
Retrieves the tag associated with the PropInfo object |
Value |
getPropertyValue()
Retrieves the value associated with the PropInfo object |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setPropertyValue(Value value)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PropInfo(int tag, Value val)
PropInfo
object which consists of a tag-value pair and is used to describe the
properties of server objects in the AR System.
tag
- A long value identifying the tag for a particular display property.val
- The value for the property represented as a Value
object.Method Detail |
---|
public int getPropertyTag()
PropInfo
object
public Value getPropertyValue()
PropInfo
object
public void setPropertyValue(Value value)
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |