public static enum AimsunControlProtoBuf.OTSMessage.MsgCase extends Enum<AimsunControlProtoBuf.OTSMessage.MsgCase> implements com.google.protobuf.Internal.EnumLite
Enum Constant and Description |
---|
CREATESIMULATION |
GTUPOSITIONS |
MSG_NOT_SET |
SIMULATEUNTIL |
Modifier and Type | Method and Description |
---|---|
static AimsunControlProtoBuf.OTSMessage.MsgCase |
forNumber(int value) |
int |
getNumber() |
static AimsunControlProtoBuf.OTSMessage.MsgCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AimsunControlProtoBuf.OTSMessage.MsgCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AimsunControlProtoBuf.OTSMessage.MsgCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AimsunControlProtoBuf.OTSMessage.MsgCase CREATESIMULATION
public static final AimsunControlProtoBuf.OTSMessage.MsgCase SIMULATEUNTIL
public static final AimsunControlProtoBuf.OTSMessage.MsgCase GTUPOSITIONS
public static final AimsunControlProtoBuf.OTSMessage.MsgCase MSG_NOT_SET
public static AimsunControlProtoBuf.OTSMessage.MsgCase[] values()
for (AimsunControlProtoBuf.OTSMessage.MsgCase c : AimsunControlProtoBuf.OTSMessage.MsgCase.values()) System.out.println(c);
public static AimsunControlProtoBuf.OTSMessage.MsgCase 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 null@Deprecated public static AimsunControlProtoBuf.OTSMessage.MsgCase valueOf(int value)
forNumber(int)
instead.public static AimsunControlProtoBuf.OTSMessage.MsgCase forNumber(int value)
public int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
Copyright © 2014–2018 Delft University of Technology. All rights reserved.