Package hydra.xml.schema
Class ENTITY
- java.lang.Object
-
- hydra.xml.schema.ENTITY
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ENTITY>
public class ENTITY extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<ENTITY>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ENTITY other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Constructor Detail
-
ENTITY
public ENTITY(java.lang.String value)
Constructs an immutableENTITY.
-
-