-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum BizParentTypeEnumRelation Type Enum.
-
-
Field Summary
Fields Modifier and Type Field Description public inttype
-
Method Summary
Modifier and Type Method Description static BizParentTypeEnumto(int type)Convert enumerated types according to type. static Array<BizParentTypeEnum>values()static BizParentTypeEnumvalueOf(String name)intgetType()Get enum type. voidsetType(int type)Set enum type. -
-
Method Detail
-
to
static BizParentTypeEnum to(int type)
Convert enumerated types according to type.
- Parameters:
type- type
-
values
static Array<BizParentTypeEnum> values()
-
valueOf
static BizParentTypeEnum valueOf(String name)
-
getType
int getType()
Get enum type.
-
setType
void setType(int type)
Set enum type.
- Parameters:
type- The value of the type attribute of the enumeration.
-
-
-
-