org.kuali.rice.kew.xml
Enum RuleTemplateXmlParserTest.TemplateParserGeneralFixture

java.lang.Object
  extended by java.lang.Enum<RuleTemplateXmlParserTest.TemplateParserGeneralFixture>
      extended by org.kuali.rice.kew.xml.RuleTemplateXmlParserTest.TemplateParserGeneralFixture
All Implemented Interfaces:
Serializable, Comparable<RuleTemplateXmlParserTest.TemplateParserGeneralFixture>
Enclosing class:
RuleTemplateXmlParserTest

private static enum RuleTemplateXmlParserTest.TemplateParserGeneralFixture
extends Enum<RuleTemplateXmlParserTest.TemplateParserGeneralFixture>


Enum Constant Summary
INVALID_TEMPLATE_OVERWRITE
           
VALID_TEMPLATE_FULL_OVERWRITE
           
VALID_TEMPLATE_FULL_XML
           
VALID_TEMPLATE_MIN_XML
           
VALID_TEMPLATE_OVERWRITE
           
VALID_TEMPLATE_WITH_DESCRIPTION_DEFAULT
           
VALID_TEMPLATE_WITH_FULL_DEFAULTS
           
VALID_TEMPLATE_WITH_LIMITED_DEFAULTS
           
VALID_TEMPLATE_WITH_LIMITED_DEFAULTS_OVERWRITE
           
VALID_TEMPLATE_WITH_LIMITED_DEFAULTS_REMOVED
           
 
Field Summary
 String[] activeAttributeNames
           
 String fileNameParameter
           
 String[] inactiveAttributeNames
           
 String[] nonRequiredAttributeNames
           
 String[] requiredAttributeNames
           
 String ruleTemplateName
           
 
Method Summary
static RuleTemplateXmlParserTest.TemplateParserGeneralFixture valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RuleTemplateXmlParserTest.TemplateParserGeneralFixture[] 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

VALID_TEMPLATE_MIN_XML

public static final RuleTemplateXmlParserTest.TemplateParserGeneralFixture VALID_TEMPLATE_MIN_XML

VALID_TEMPLATE_FULL_XML

public static final RuleTemplateXmlParserTest.TemplateParserGeneralFixture VALID_TEMPLATE_FULL_XML

VALID_TEMPLATE_OVERWRITE

public static final RuleTemplateXmlParserTest.TemplateParserGeneralFixture VALID_TEMPLATE_OVERWRITE

VALID_TEMPLATE_FULL_OVERWRITE

public static final RuleTemplateXmlParserTest.TemplateParserGeneralFixture VALID_TEMPLATE_FULL_OVERWRITE

INVALID_TEMPLATE_OVERWRITE

public static final RuleTemplateXmlParserTest.TemplateParserGeneralFixture INVALID_TEMPLATE_OVERWRITE

VALID_TEMPLATE_WITH_FULL_DEFAULTS

public static final RuleTemplateXmlParserTest.TemplateParserGeneralFixture VALID_TEMPLATE_WITH_FULL_DEFAULTS

VALID_TEMPLATE_WITH_LIMITED_DEFAULTS

public static final RuleTemplateXmlParserTest.TemplateParserGeneralFixture VALID_TEMPLATE_WITH_LIMITED_DEFAULTS

VALID_TEMPLATE_WITH_LIMITED_DEFAULTS_OVERWRITE

public static final RuleTemplateXmlParserTest.TemplateParserGeneralFixture VALID_TEMPLATE_WITH_LIMITED_DEFAULTS_OVERWRITE

VALID_TEMPLATE_WITH_DESCRIPTION_DEFAULT

public static final RuleTemplateXmlParserTest.TemplateParserGeneralFixture VALID_TEMPLATE_WITH_DESCRIPTION_DEFAULT

VALID_TEMPLATE_WITH_LIMITED_DEFAULTS_REMOVED

public static final RuleTemplateXmlParserTest.TemplateParserGeneralFixture VALID_TEMPLATE_WITH_LIMITED_DEFAULTS_REMOVED
Field Detail

fileNameParameter

public String fileNameParameter

ruleTemplateName

public String ruleTemplateName

activeAttributeNames

public String[] activeAttributeNames

inactiveAttributeNames

public String[] inactiveAttributeNames

requiredAttributeNames

public String[] requiredAttributeNames

nonRequiredAttributeNames

public String[] nonRequiredAttributeNames
Method Detail

values

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

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

valueOf

public static RuleTemplateXmlParserTest.TemplateParserGeneralFixture 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


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.