com.adobe.livecycle.contentservices.client.impl
Class TemplateOptionsSpec

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.contentservices.client.impl.TemplateOptionsSpec
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class TemplateOptionsSpec
extends java.lang.Enum

An enumeration value that is used when creating a Content Services ES space. You pass a TemplateOptionsSpec enumeration value to the DocumentManagementServiceClient object's createSpace method.

See Also:
Serialized Form

Field Summary
static TemplateOptionsSpec CREATE_FROM_SCRATCH
          Create the space from scratch.
static TemplateOptionsSpec CREATE_FROM_SPACE
          Create the space based on existing space.
static TemplateOptionsSpec CREATE_FROM_TEMPLATE
          Create the space based on a space template.
 
Method Summary
 java.lang.String toString()
          For internal purposes only.
static TemplateOptionsSpec valueOf(java.lang.String name)
           
static TemplateOptionsSpec[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CREATE_FROM_SCRATCH

public static final TemplateOptionsSpec CREATE_FROM_SCRATCH
Create the space from scratch.


CREATE_FROM_SPACE

public static final TemplateOptionsSpec CREATE_FROM_SPACE
Create the space based on existing space.


CREATE_FROM_TEMPLATE

public static final TemplateOptionsSpec CREATE_FROM_TEMPLATE
Create the space based on a space template.

Method Detail

values

public static TemplateOptionsSpec[] values()

valueOf

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

toString

public java.lang.String toString()
For internal purposes only.

Overrides:
toString in class java.lang.Enum


[an error occurred while processing this directive] [an error occurred while processing this directive]