com.artenum.forceria
Enum ForceriaPatterns

java.lang.Object
  extended by java.lang.Enum<ForceriaPatterns>
      extended by com.artenum.forceria.ForceriaPatterns
All Implemented Interfaces:
StringTemplatePattern, Serializable, Comparable<ForceriaPatterns>

public enum ForceriaPatterns
extends Enum<ForceriaPatterns>
implements StringTemplatePattern


Enum Constant Summary
CHILD_NODE_CLASSNAME
           
CHILDREN_MANAGEMENT
           
CONTENT_CLASSNAME
           
CONTENT_INSTANCE_NAME
           
IMPORT
           
LOAD_CHILDREN
           
NODE_CLASSNAME
           
PACKAGE_NAME
           
PARENT_CLASSNAME
           
PARENT_MANAGEMENT
           
PERSIST_CHILDREN
           
SERIALIZABLE_UID
           
 
Method Summary
 String getPattern()
           
static ForceriaPatterns valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ForceriaPatterns[] 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

PACKAGE_NAME

public static final ForceriaPatterns PACKAGE_NAME

SERIALIZABLE_UID

public static final ForceriaPatterns SERIALIZABLE_UID

NODE_CLASSNAME

public static final ForceriaPatterns NODE_CLASSNAME

CONTENT_CLASSNAME

public static final ForceriaPatterns CONTENT_CLASSNAME

CONTENT_INSTANCE_NAME

public static final ForceriaPatterns CONTENT_INSTANCE_NAME

PARENT_CLASSNAME

public static final ForceriaPatterns PARENT_CLASSNAME

PARENT_MANAGEMENT

public static final ForceriaPatterns PARENT_MANAGEMENT

CHILDREN_MANAGEMENT

public static final ForceriaPatterns CHILDREN_MANAGEMENT

PERSIST_CHILDREN

public static final ForceriaPatterns PERSIST_CHILDREN

LOAD_CHILDREN

public static final ForceriaPatterns LOAD_CHILDREN

IMPORT

public static final ForceriaPatterns IMPORT

CHILD_NODE_CLASSNAME

public static final ForceriaPatterns CHILD_NODE_CLASSNAME
Method Detail

values

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

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

valueOf

public static ForceriaPatterns 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

getPattern

public String getPattern()
Specified by:
getPattern in interface StringTemplatePattern
Returns:
the pattern


Copyright © 2010-2013 Artenum. All Rights Reserved.