lumis.content.source.field
Enum MetaDataSourceField.Type

Package class diagram package MetaDataSourceField.Type
java.lang.Object
  extended by java.lang.Enum<MetaDataSourceField.Type>
      extended by lumis.content.source.field.MetaDataSourceField.Type
All Implemented Interfaces:
Serializable, Comparable<MetaDataSourceField.Type>
Enclosing class:
MetaDataSourceField

public static enum MetaDataSourceField.Type
extends Enum<MetaDataSourceField.Type>


Enum Constant Summary
Association
           
Comments
           
ContentId
           
CreatedDateTime
           
Highlight
           
HighlightEndDate
           
Language
           
LastModifiedDateTime
           
None
           
PublishEndDate
           
PublishStartDate
           
PublishToPrincipals
           
PublishToServiceInstances
           
ServiceInstanceId
           
VersionActive
           
VersionContentId
           
VersionNumber
           
WorkflowAssignedTo
           
WorkflowState
           
 
Method Summary
static MetaDataSourceField.Type valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MetaDataSourceField.Type[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
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
 

Enum Constant Detail

WorkflowState

public static final MetaDataSourceField.Type WorkflowState

WorkflowAssignedTo

public static final MetaDataSourceField.Type WorkflowAssignedTo

ServiceInstanceId

public static final MetaDataSourceField.Type ServiceInstanceId

PublishToServiceInstances

public static final MetaDataSourceField.Type PublishToServiceInstances

PublishStartDate

public static final MetaDataSourceField.Type PublishStartDate

PublishEndDate

public static final MetaDataSourceField.Type PublishEndDate

HighlightEndDate

public static final MetaDataSourceField.Type HighlightEndDate

Highlight

public static final MetaDataSourceField.Type Highlight

Comments

public static final MetaDataSourceField.Type Comments

PublishToPrincipals

public static final MetaDataSourceField.Type PublishToPrincipals

Language

public static final MetaDataSourceField.Type Language

LastModifiedDateTime

public static final MetaDataSourceField.Type LastModifiedDateTime

CreatedDateTime

public static final MetaDataSourceField.Type CreatedDateTime

VersionContentId

public static final MetaDataSourceField.Type VersionContentId

VersionNumber

public static final MetaDataSourceField.Type VersionNumber

VersionActive

public static final MetaDataSourceField.Type VersionActive

Association

public static final MetaDataSourceField.Type Association

ContentId

public static final MetaDataSourceField.Type ContentId

None

public static final MetaDataSourceField.Type None
Method Detail

values

public static MetaDataSourceField.Type[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (MetaDataSourceField.Type c : MetaDataSourceField.Type.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static MetaDataSourceField.Type valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.