public enum E_OrgStatus extends Enum<E_OrgStatus>
Enum Constant and Description |
---|
CHANGED
The organisation was modified and requires review and acceptance.
|
DISABLED
The organisation is disabled.
|
NEW
The organisation is new and requires review and acceptance.
|
VALIDATED
The organisation is validated an allowed to edit settings and post new offers.
|
Modifier and Type | Method and Description |
---|---|
static E_OrgStatus |
findByValue(int val)
Find by value.
|
int |
getIntValue()
Gets the int value.
|
String |
getMsgProperty()
Gets the msg property.
|
static E_OrgStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static E_OrgStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final E_OrgStatus DISABLED
public static final E_OrgStatus VALIDATED
public static final E_OrgStatus NEW
public static final E_OrgStatus CHANGED
public static E_OrgStatus[] values()
for (E_OrgStatus c : E_OrgStatus.values()) System.out.println(c);
public static E_OrgStatus 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 static E_OrgStatus findByValue(int val)
val
- the valpublic int getIntValue()
public String getMsgProperty()
Copyright © 2016 Fraunhofer FOKUS. All rights reserved.