public class PropInfo extends Object implements Cloneable, Serializable
PropInfo class uses a tag-value pair (AR_DROP_/AR_DVAL_)
to describe the properties of server objects in the AR System.| Constructor and Description |
|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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() |
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.public int getPropertyTag()
PropInfo objectpublic Value getPropertyValue()
PropInfo objectpublic void setPropertyValue(Value value)
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic boolean equals(Object obj)
public int hashCode()
? Copyright 2013 BMC Software, Inc.