Package com.oss.asn1
Class XRelaySafeEnumerated
java.lang.Object
com.oss.asn1.AbstractData
com.oss.asn1.Enumerated
com.oss.asn1.RelaySafeEnumerated
com.oss.asn1.XRelaySafeEnumerated
- All Implemented Interfaces:
Serializable
,Cloneable
The XRelaySafeEnumerated class represents the ASN.1 ENUMERATED type and is
able to store an unknown extension passed by XER for further relaying.
- Since:
- ASN.1/Java 2.0
- See Also:
-
Field Summary
Fields inherited from class com.oss.asn1.AbstractData
EQUALS, GREATER_THAN, LESS_THAN
-
Constructor Summary
ConstructorsConstructorDescriptionThe default constructor.XRelaySafeEnumerated
(long value) Construct with a long value. -
Method Summary
Methods inherited from class com.oss.asn1.RelaySafeEnumerated
isUnknownEnumerator, readResolve
Methods inherited from class com.oss.asn1.Enumerated
clone, compareTo, equalTo, hashCode, indexOf, longValue, name
Methods inherited from class com.oss.asn1.AbstractData
equals, getTypeInfo, isEncodable, isPDU, isValid, toString, toString
-
Constructor Details
-
XRelaySafeEnumerated
public XRelaySafeEnumerated()The default constructor. -
XRelaySafeEnumerated
public XRelaySafeEnumerated(long value) Construct with a long value.- Parameters:
value
- the long to set 'this' object to.
-
-
Method Details
-
delete
public void delete()Destroy the instance of the AbstractData. The contract of this method is to facilitate garbage collection by explicit destruction of the data that is no longer needed.- Overrides:
delete
in classRelaySafeEnumerated
-