Package com.uppaal.engine
Enum KeyValueProtocol.Service
- java.lang.Object
-
- java.lang.Enum<KeyValueProtocol.Service>
-
- com.uppaal.engine.KeyValueProtocol.Service
-
- All Implemented Interfaces:
Serializable,Comparable<KeyValueProtocol.Service>,java.lang.constant.Constable
- Enclosing class:
- KeyValueProtocol
protected static enum KeyValueProtocol.Service extends Enum<KeyValueProtocol.Service>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description GET_INITIAL_STATEGET_OPTIONS_INFOGET_SYSTEM_INFOGET_TRANSITIONSMODELCHECKMODELCHECKFROMSTATENEW_XML_SYSTEMQUITSET_OPTIONSUPPAAL_VERSION
-
Method Summary
Modifier and Type Method Description static KeyValueProtocol.ServicevalueOf(String name)Returns the enum constant of this type with the specified name.static KeyValueProtocol.Service[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
GET_INITIAL_STATE
public static final KeyValueProtocol.Service GET_INITIAL_STATE
-
GET_OPTIONS_INFO
public static final KeyValueProtocol.Service GET_OPTIONS_INFO
-
GET_SYSTEM_INFO
public static final KeyValueProtocol.Service GET_SYSTEM_INFO
-
GET_TRANSITIONS
public static final KeyValueProtocol.Service GET_TRANSITIONS
-
MODELCHECK
public static final KeyValueProtocol.Service MODELCHECK
-
MODELCHECKFROMSTATE
public static final KeyValueProtocol.Service MODELCHECKFROMSTATE
-
NEW_XML_SYSTEM
public static final KeyValueProtocol.Service NEW_XML_SYSTEM
-
QUIT
public static final KeyValueProtocol.Service QUIT
-
UPPAAL_VERSION
public static final KeyValueProtocol.Service UPPAAL_VERSION
-
SET_OPTIONS
public static final KeyValueProtocol.Service SET_OPTIONS
-
-
Method Detail
-
values
public static KeyValueProtocol.Service[] values()
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static KeyValueProtocol.Service valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-