public enum ClearingRequirementException extends Enum<ClearingRequirementException>
Enum Constant and Description |
---|
Exception
Exception.
|
NoException
No exception.
|
None
Default value.
|
Modifier and Type | Method and Description |
---|---|
static ClearingRequirementException |
forValue(int value)
Returns enum value for the int representation
|
int |
getValue()
Gets current value.
|
static ClearingRequirementException |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClearingRequirementException[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClearingRequirementException None
public static final ClearingRequirementException NoException
public static final ClearingRequirementException Exception
public static ClearingRequirementException[] values()
for (ClearingRequirementException c : ClearingRequirementException.values()) System.out.println(c);
public static ClearingRequirementException 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 int getValue()
public static ClearingRequirementException forValue(int value)
value
- valueCopyright © 2014–2025 Onix Solutions. All rights reserved.