|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.unica.afc.pattern.Enum
com.unica.afc.pattern.ValuedEnum
com.unica.publicapi.plan.api.ComponentTypeEnum
public class ComponentTypeEnum
ComponentTypeEnum is a public facade of Plan's ObjectTypeEnum, i.e., a valued enumerated type of component types accessible through the PlanAPIImpl.
Field Summary | |
---|---|
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_TEAM
Plan Team component type. |
static ComponentTypeEnum |
PLAN_USER
Plan User 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). |
Constructor Summary | |
---|---|
private |
ComponentTypeEnum(java.lang.String name,
int value)
|
Method Summary | |
---|---|
com.unica.afc.pattern.Enum[] |
getInstances()
|
static ComponentTypeEnum |
valueOf(int value)
|
static ComponentTypeEnum |
valueOf(java.lang.String name)
|
static ComponentTypeEnum[] |
values()
|
Methods inherited from class com.unica.afc.pattern.ValuedEnum |
---|
getValue, valueOfImpl |
Methods inherited from class com.unica.afc.pattern.Enum |
---|
clone, compareTo, equals, hashCode, name, ordinal, readResolve, toString, valueOfImpl |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static int nextOrdinal
private static java.util.List instances
public static final ComponentTypeEnum PROJECT
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
Constructor Detail |
---|
private ComponentTypeEnum(java.lang.String name, int value)
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |