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