|
CodeBeamer 5.4.0.1-RC API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<LicenseKind>
com.intland.codebeamer.persistence.dto.base.LicenseKind
public enum LicenseKind
Enum Constant Summary | |
---|---|
FLOATING
The floating license kind |
|
NAMED
The named license kind |
Method Summary | |
---|---|
LicenseKind |
other()
Get the other license kind to the this kind |
java.lang.String |
toString()
|
static LicenseKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LicenseKind[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final LicenseKind NAMED
public static final LicenseKind FLOATING
Method Detail |
---|
public static final LicenseKind[] values()
for(LicenseKind c : LicenseKind.values()) System.out.println(c);
public static LicenseKind 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 namepublic java.lang.String toString()
toString
in class java.lang.Enum<LicenseKind>
public LicenseKind other()
|
CodeBeamer 5.4.0.1-RC API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |