org.kuali.rice.kew.xml
Enum RuleTemplateXmlParserTest.TemplateParserGeneralFixture
java.lang.Object
java.lang.Enum<RuleTemplateXmlParserTest.TemplateParserGeneralFixture>
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>
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
fileNameParameter
public String fileNameParameter
ruleTemplateName
public String ruleTemplateName
activeAttributeNames
public String[] activeAttributeNames
inactiveAttributeNames
public String[] inactiveAttributeNames
requiredAttributeNames
public String[] requiredAttributeNames
nonRequiredAttributeNames
public String[] nonRequiredAttributeNames
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.