public class ComponentTypeEnum
extends com.unica.afc.pattern.ValuedEnum
Modifier and Type | Field and Description |
---|---|
static ComponentTypeEnum |
APPROVAL
Approval "componet" type.
|
static ComponentTypeEnum |
ASSET
Plan Asset component type.
|
static ComponentTypeEnum |
ASSET_FOLDER
Plan Asset Folder component type.
|
static ComponentTypeEnum |
ASSET_LIBRARY
Plan Asset Library component type.
|
static ComponentTypeEnum |
ATTACHMENT
Plan Attachment component type.
|
static ComponentTypeEnum |
FINANCIAL_ACCOUNT
Plan Invoice component type.
|
static ComponentTypeEnum |
GROUPING_FOLDER
Folder type
|
private static java.util.List |
instances |
static ComponentTypeEnum |
INVOICE
Plan Invoice component type.
|
static ComponentTypeEnum |
MARKETING_OBJECT
Marketing Object component type.
|
private static int |
nextOrdinal |
static ComponentTypeEnum |
PLAN
Plan component type.
|
static ComponentTypeEnum |
PLAN_TEAM
Plan Team component type.
|
static ComponentTypeEnum |
PLAN_USER
Plan User component type.
|
static ComponentTypeEnum |
PROGRAM
Program component type.
|
static ComponentTypeEnum |
PROJECT
Project component type.
|
static ComponentTypeEnum |
PROJECT_REQUEST
Project Request component type.
|
static ComponentTypeEnum |
TASK
Workflow task "componet" type (child of project).
|
Modifier | Constructor and Description |
---|---|
private |
ComponentTypeEnum(java.lang.String name,
int value) |
Modifier and Type | Method and Description |
---|---|
com.unica.afc.pattern.Enum[] |
getInstances() |
static ComponentTypeEnum |
valueOf(int value) |
static ComponentTypeEnum |
valueOf(java.lang.String name) |
static ComponentTypeEnum[] |
values() |
private static int nextOrdinal
private static java.util.List instances
public static final ComponentTypeEnum PROJECT
public static final ComponentTypeEnum PROGRAM
public static final ComponentTypeEnum PLAN
public static final ComponentTypeEnum PROJECT_REQUEST
public static final ComponentTypeEnum TASK
public static final ComponentTypeEnum APPROVAL
public static final ComponentTypeEnum MARKETING_OBJECT
public static final ComponentTypeEnum PLAN_USER
public static final ComponentTypeEnum PLAN_TEAM
public static final ComponentTypeEnum ATTACHMENT
public static final ComponentTypeEnum ASSET_LIBRARY
public static final ComponentTypeEnum ASSET
public static final ComponentTypeEnum ASSET_FOLDER
public static final ComponentTypeEnum INVOICE
public static final ComponentTypeEnum FINANCIAL_ACCOUNT
public static final ComponentTypeEnum GROUPING_FOLDER
public static ComponentTypeEnum[] values()
public static ComponentTypeEnum valueOf(java.lang.String name)
public static ComponentTypeEnum valueOf(int value)
public com.unica.afc.pattern.Enum[] getInstances()
getInstances
in class com.unica.afc.pattern.Enum