PDAttrValue: method and constructor summary

The PDAttrValue class represents the value of a Security Verify Access attribute. A value might be a String, a byte array, a Long, or a PDAdmSvcPobj.

See the Javadoc information in the Security Verify Access Runtime for Java installation package for detailed documentation about this class.

Methods and Constructors Description

PDAttrValue

Constructors that create an instance of the PDAttrValue class.

 

clone

Returns a clone of the object.

equals

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 hashcode for the current object.

toString

Returns a String representation of this object.

Parent topic: Classes from com.tivoli.pd.jutil package