public enum ServerObjectType extends Enum<ServerObjectType>
Modifier and Type | Method and Description |
---|---|
byte |
getId() |
static ServerObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerObjectType Statement
public static final ServerObjectType Portal
public static ServerObjectType[] values()
for (ServerObjectType c : ServerObjectType.values()) System.out.println(c);
public static ServerObjectType 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 byte getId()
Copyright © 2013–2017 impossibl.com. All rights reserved.