public abstract class ESSAttributeValue
extends iaik.asn1.structures.AttributeValue
| Constructor and Description |
|---|
ESSAttributeValue() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(java.lang.Object obj)
Compares this
ESSAttributeValue to the specified object. |
int |
hashCode()
Returns a hashcode for this
ESSAttributeValue. |
boolean |
multipleAllowed()
Returns
false since multiple AttributeValues
are NOT allowed in the SET OF AttributeValue for all attribute values
specified by ESS (RFC 2634). |
getAttributeType, getName, toStringpublic abstract boolean equals(java.lang.Object obj)
ESSAttributeValue to the specified object.equals in class java.lang.Objectobj - the object to compare this ESSAttributeValue
against.true, if the given object is equal to this
ESSAttributeValue,
false otherwisepublic int hashCode()
ESSAttributeValue.hashCode in class java.lang.Objectpublic boolean multipleAllowed()
false since multiple AttributeValues
are NOT allowed in the SET OF AttributeValue for all attribute values
specified by ESS (RFC 2634).multipleAllowed in class iaik.asn1.structures.AttributeValuefalse since only one attribute value is allowed