-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum MomentComponent
-
-
Field Summary
Fields Modifier and Type Field Description public final int
type
-
Method Summary
Modifier and Type Method Description static String
toComponent(int type)
static boolean
isPublish(int type)
static Array<MomentComponent>
values()
static MomentComponent
valueOf(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)
-
-
-
-