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