public enum NCTISRecommendationOrChangeValues extends Enum<NCTISRecommendationOrChangeValues>
| Enum Constant and Description |
|---|
CHANGE_HAS_BEEN_MADE |
RECOMMENDATION_TO_MAKE_CHANGE |
| Modifier and Type | Method and Description |
|---|---|
Code |
getCodeValue() |
static NCTISRecommendationOrChangeValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NCTISRecommendationOrChangeValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NCTISRecommendationOrChangeValues RECOMMENDATION_TO_MAKE_CHANGE
public static final NCTISRecommendationOrChangeValues CHANGE_HAS_BEEN_MADE
public static NCTISRecommendationOrChangeValues[] values()
for (NCTISRecommendationOrChangeValues c : NCTISRecommendationOrChangeValues.values()) System.out.println(c);
public static NCTISRecommendationOrChangeValues 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 Code getCodeValue()
Copyright © 2021. All rights reserved.