|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xacml.attr.AttributeValue
com.sun.ebxml.registry.security.authorization.ObjectAttribute
Representation of an java.lang.Object value. All objects of this class are immutable and all methods of the class are thread-safe.
Field Summary | |
static java.lang.String |
identifier
Official name of this type |
Constructor Summary | |
ObjectAttribute(java.lang.Object value)
Creates a new ObjectAttribute that represents
the Object value supplied. |
Method Summary | |
java.lang.String |
encode()
|
boolean |
equals(java.lang.Object o)
Returns true if the input is an instance of this class and if its value equals the value contained in this class. |
static ObjectAttribute |
getInstance(org.w3c.dom.Node root)
Returns a new ObjectAttribute that represents
a java.lang.Object. |
static ObjectAttribute |
getInstance(java.lang.Object value)
Returns a new ObjectAttribute that represents
the Object value indicated by the Object provided. |
java.lang.Object |
getValue()
Returns the Object value represented by this object. |
int |
hashCode()
Returns the hashcode value used to index and compare this object with others of the same type. |
java.lang.String |
toString()
Converts to a String representation. |
Methods inherited from class com.sun.xacml.attr.AttributeValue |
encode, encode, encodeWithTags, evaluate, evaluatesToBag, getChildren, getType, isBag |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String identifier
Constructor Detail |
public ObjectAttribute(java.lang.Object value)
ObjectAttribute
that represents
the Object value supplied.
value
- the Object
value to be representedMethod Detail |
public static ObjectAttribute getInstance(org.w3c.dom.Node root)
ObjectAttribute
that represents
a java.lang.Object.
root
- the Node
that contains the desired value
ObjectAttribute
representing the
appropriate value (null if there is a parsing error)public static ObjectAttribute getInstance(java.lang.Object value)
ObjectAttribute
that represents
the Object value indicated by the Object
provided.
value
- a Object representing the desired value
ObjectAttribute
representing the
appropriate valuepublic java.lang.Object getValue()
Object
value represented by this object.
Object
valuepublic boolean equals(java.lang.Object o)
o
- the object to compare
public int hashCode()
public java.lang.String toString()
public java.lang.String encode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |