public enum CollisionRefential extends Enum<CollisionRefential>
Modifier and Type | Method and Description |
---|---|
static CollisionRefential |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollisionRefential[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CollisionRefential X
public static final CollisionRefential Y
public static CollisionRefential[] values()
for (CollisionRefential c : CollisionRefential.values()) System.out.println(c);
public static CollisionRefential 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 nullCopyright © 2014 Byron 3D Games Studio. All rights reserved.