org.alfresco.repo.forms.processor.workflow
Class FieldType

java.lang.Object
  extended by java.lang.Enum
      extended by 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

Field Summary
static FieldType ASSOCIATION
           
static FieldType PROPERTY
           
static FieldType TRANSIENT_ASSOCIATION
           
static FieldType TRANSIENT_PROPERTY
           
 
Method Summary
static FieldType valueOf(java.lang.String name)
           
static FieldType[] values()
           
 
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
 

Field Detail

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
Method Detail

values

public static FieldType[] values()

valueOf

public static FieldType valueOf(java.lang.String name)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.