-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum MomentComponent
-
-
Field Summary
Fields Modifier and Type Field Description public final inttype
-
Method Summary
Modifier and Type Method Description static StringtoComponent(int type)static booleanisPublish(int type)static Array<MomentComponent>values()static MomentComponentvalueOf(String name)-
-
Method Detail
-
toComponent
static String toComponent(int type)
-
isPublish
static boolean isPublish(int type)
-
values
static Array<MomentComponent> values()
-
valueOf
static MomentComponent valueOf(String name)
-
-
-
-