public enum URT extends Enum<URT> implements INumberEnum<Integer>
Enum Constant and Description |
---|
Name |
None |
NoteId |
RepId |
Special |
Unid |
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Integer |
getValue() |
static URT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static URT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final URT None
public static final URT Name
public static final URT Unid
public static final URT NoteId
public static final URT Special
public static final URT RepId
public static URT[] values()
for (URT c : URT.values()) System.out.println(c);
public static URT valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Integer getValue()
getValue
in interface INumberEnum<Integer>
public long getLongValue()
getLongValue
in interface INumberEnum<Integer>
long
Copyright © 2014–2018. All rights reserved.