-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum BizParentTypeEnum
Relation Type Enum.
-
-
Field Summary
Fields Modifier and Type Field Description public int
type
-
Method Summary
Modifier and Type Method Description static BizParentTypeEnum
to(int type)
Convert enumerated types according to type. static Array<BizParentTypeEnum>
values()
static BizParentTypeEnum
valueOf(String name)
int
getType()
Get enum type. void
setType(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.
-
-
-
-