PDAttrValue: method and constructor summary
The PDAttrValue class represents the value
of a Verify Identity Access attribute.
A value might be a String, a byte array, a Long, or a PDAdmSvcPobj.
See the Javadoc information in the Verify Identity Access Runtime for Java installation package for detailed documentation about this class.
| Methods and Constructors | Description |
|---|---|
PDAttrValue |
Constructors that create an instance of the |
clone |
Returns a clone of the object. |
equals |
Indicates whether some other Object is equal to this one. |
getType |
Returns the type of the current attribute value. |
getValue |
Returns the value of the current attribute, which can then be examined. |
hashCode |
Returns a |
toString |
Returns a String representation of this object. |