Package de.consist.bmu.rule
Enum RuleFactory.RuleConfig
- java.lang.Object
-
- java.lang.Enum<RuleFactory.RuleConfig>
-
- de.consist.bmu.rule.RuleFactory.RuleConfig
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<RuleFactory.RuleConfig>
- Enclosing class:
- RuleFactory
public static enum RuleFactory.RuleConfig extends java.lang.Enum<RuleFactory.RuleConfig>
Enumersation der Konfigurationsvarianten.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ASYS
ASYS.BMUVIEWER
BMU-Viewer.LEANV
Laender-eANV.SERVICEMODUL
ServiceModul.TEST
TEST-Konfiguration ohne Gueltig-Ab und Gueltig-Bis in den Regeln
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFileName()
static RuleFactory.RuleConfig
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RuleFactory.RuleConfig[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SERVICEMODUL
public static final RuleFactory.RuleConfig SERVICEMODUL
ServiceModul.
-
LEANV
public static final RuleFactory.RuleConfig LEANV
Laender-eANV.
-
ASYS
public static final RuleFactory.RuleConfig ASYS
ASYS.
-
BMUVIEWER
public static final RuleFactory.RuleConfig BMUVIEWER
BMU-Viewer.
-
TEST
public static final RuleFactory.RuleConfig TEST
TEST-Konfiguration ohne Gueltig-Ab und Gueltig-Bis in den Regeln
-
-
Method Detail
-
values
public static RuleFactory.RuleConfig[] 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 (RuleFactory.RuleConfig c : RuleFactory.RuleConfig.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static RuleFactory.RuleConfig 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 namejava.lang.NullPointerException
- if the argument is null
-
getFileName
public java.lang.String getFileName()
- Returns:
- Der Name der Resource
-
-