java.io.Serializable, java.lang.Comparable<AbilityMapper.SecretFlag>public static enum AbilityMapper.SecretFlag extends java.lang.Enum<AbilityMapper.SecretFlag>
| Modifier and Type | Method | Description | 
|---|---|---|
| static AbilityMapper.SecretFlag | startsWithIgnoreCase(java.lang.String c) | |
| static AbilityMapper.SecretFlag | valueOf(java.lang.String name) | Returns the enum constant of this type with the specified name. | 
| static AbilityMapper.SecretFlag[] | values() | Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final AbilityMapper.SecretFlag SECRET
public static final AbilityMapper.SecretFlag PUBLIC
public static final AbilityMapper.SecretFlag MASKED
public static AbilityMapper.SecretFlag[] values()
for (AbilityMapper.SecretFlag c : AbilityMapper.SecretFlag.values()) System.out.println(c);
public static AbilityMapper.SecretFlag 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 namejava.lang.NullPointerException - if the argument is nullpublic static AbilityMapper.SecretFlag startsWithIgnoreCase(java.lang.String c)