Enum Constant and Description |
---|
DATE
Variable is used as Date and its MLS Id.
|
NOMINAL
Variable is used as Nominal and its MLS Id.
|
NONE
Variable is used as No ERT usage and its MLS Id.
|
NUMERIC
Variable is used as Numeric and its MLS Id.
|
TIME
Variable is used as Time and its MLS Id.
|
TIMESTAMP
Variable is used as TimeStamp and its MLS Id.
|
Modifier and Type | Method and Description |
---|---|
static ErtUsage |
getErtUsage(int id)
Gets the ERT usage Enum Value.
|
static java.util.Map<java.lang.Integer,ErtUsage> |
getErtUsageKeyValues()
Gets the Read Only Map of ERT usage.
|
int |
getId()
Gets the id for ERT Usage
|
int |
getMLSId()
Gets the MLS id against ERT Usage
|
static ErtUsage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ErtUsage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErtUsage NONE
public static final ErtUsage NOMINAL
public static final ErtUsage NUMERIC
public static final ErtUsage TIMESTAMP
public static final ErtUsage DATE
public static final ErtUsage TIME
public static ErtUsage[] values()
for (ErtUsage c : ErtUsage.values()) System.out.println(c);
public static ErtUsage valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getId()
public int getMLSId()
public static ErtUsage getErtUsage(int id)
id
- the idpublic static java.util.Map<java.lang.Integer,ErtUsage> getErtUsageKeyValues()