org.alfresco.repo.forms.processor.workflow
Class FieldType
java.lang.Object
java.lang.Enum
org.alfresco.repo.forms.processor.workflow.FieldType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class FieldType
- extends java.lang.Enum
Enum representing the various types of fields.
- Since:
- 3.4
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
ASSOCIATION
public static final FieldType ASSOCIATION
PROPERTY
public static final FieldType PROPERTY
TRANSIENT_ASSOCIATION
public static final FieldType TRANSIENT_ASSOCIATION
TRANSIENT_PROPERTY
public static final FieldType TRANSIENT_PROPERTY
values
public static FieldType[] values()
valueOf
public static FieldType valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.