public class FloorOrLevelType extends Enumeration implements java.lang.Comparable<java.lang.Object>, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.util.List<? extends java.lang.Object> |
FLOOR_OR_LEVEL_TYPES |
code, description, number, subDescription
Modifier and Type | Method and Description |
---|---|
static void |
setFloorOrLevelType(com.sun.xml.xsom.XSSchema xsSchema) |
java.lang.String |
toString() |
compareTo, contains, equals, getCode, getDescription, getEnumeration, getNumber, getSubDescription
public static java.util.List<? extends java.lang.Object> FLOOR_OR_LEVEL_TYPES
public static void setFloorOrLevelType(com.sun.xml.xsom.XSSchema xsSchema)
public java.lang.String toString()
toString
in class Enumeration