public static enum Clips.IdentityClip extends java.lang.Enum<Clips.IdentityClip> implements IClip, IStringSerializable
| Enum Constant and Description | 
|---|
INSTANCE  | 
| Modifier and Type | Method and Description | 
|---|---|
IJointClip | 
apply(IJoint joint)  | 
java.lang.String | 
getName()  | 
java.lang.Iterable<Event> | 
pastEvents(float lastPollTime,
          float time)  | 
static Clips.IdentityClip | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static Clips.IdentityClip[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final Clips.IdentityClip INSTANCE
public static Clips.IdentityClip[] values()
for (Clips.IdentityClip c : Clips.IdentityClip.values()) System.out.println(c);
public static Clips.IdentityClip 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 nullpublic IJointClip apply(IJoint joint)
public java.lang.Iterable<Event> pastEvents(float lastPollTime, float time)
pastEvents in interface IClippublic java.lang.String getName()
getName in interface IStringSerializable