Class AbstractInfoObject
- java.lang.Object
-
- com.opencloud.util.ImmutableDataObject
-
- AbstractInfoObject
-
- All Implemented Interfaces:
DataObject,Immutable,Serializable
- Direct Known Subclasses:
CAP1EXTENSION,CAP2EXTENSION,CAP3EXTENSION,CAP4EXTENSION,CS1EXTENSION,MAPMAP_EXTENSION
public abstract class AbstractInfoObject extends ImmutableDataObject
An AbstractInfoObject is an ImmutableDataObject representing an ASN.1 information object, for whichequals(),hashCode()andtoString()are defined in terms of the information object's name.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractInfoObject(String protocolName, String apiName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Compares some other Object to this one for equality.inthashCode()Returns a hash code value for this object.StringtoString()Stringize this AbstractInfoObject to the name of the object.-
Methods inherited from class com.opencloud.util.ImmutableDataObject
clone, isReadOnly, setReadOnly
-
-