public static enum SectorEntityToken.VisibilityLevel extends java.lang.Enum<SectorEntityToken.VisibilityLevel>
| Enum Constant and Description |
|---|
COMPOSITION_AND_FACTION_DETAILS |
COMPOSITION_DETAILS |
NONE |
SENSOR_CONTACT |
| Modifier and Type | Method and Description |
|---|---|
static SectorEntityToken.VisibilityLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SectorEntityToken.VisibilityLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SectorEntityToken.VisibilityLevel NONE
public static final SectorEntityToken.VisibilityLevel SENSOR_CONTACT
public static final SectorEntityToken.VisibilityLevel COMPOSITION_DETAILS
public static final SectorEntityToken.VisibilityLevel COMPOSITION_AND_FACTION_DETAILS
public static SectorEntityToken.VisibilityLevel[] values()
for (SectorEntityToken.VisibilityLevel c : SectorEntityToken.VisibilityLevel.values()) System.out.println(c);
public static SectorEntityToken.VisibilityLevel 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 null