com.softwareag.centrasite.api.csom.action
Enum AssetSupportedOption

java.lang.Object
  extended by java.lang.Enum<AssetSupportedOption>
      extended by com.softwareag.centrasite.api.csom.action.AssetSupportedOption
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<AssetSupportedOption>

public enum AssetSupportedOption
extends java.lang.Enum<AssetSupportedOption>

AssetSupportedOption enum indicates the asset option


Enum Constant Summary
NEW_ASSET
           
NEW_VERSION
           
OVERWRITE
           
 
Method Summary
static java.util.Collection<AssetSupportedOption> getOptionsForAsset(CentraSiteRegistryObjectType baseType)
           
static AssetSupportedOption valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AssetSupportedOption[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

NEW_ASSET

public static final AssetSupportedOption NEW_ASSET

NEW_VERSION

public static final AssetSupportedOption NEW_VERSION

OVERWRITE

public static final AssetSupportedOption OVERWRITE
Method Detail

values

public static AssetSupportedOption[] 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 (AssetSupportedOption c : AssetSupportedOption.values())
    System.out.println(c);

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

valueOf

public static AssetSupportedOption valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getOptionsForAsset

public static java.util.Collection<AssetSupportedOption> getOptionsForAsset(CentraSiteRegistryObjectType baseType)
                                                                     throws CLLException
Throws:
CLLException