de.bsvrz.vew.bmvew.bmvew.regel
Enum Filter.Operationen
java.lang.Object
java.lang.Enum<Filter.Operationen>
de.bsvrz.vew.bmvew.bmvew.regel.Filter.Operationen
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<Filter.Operationen>
- Enclosing class:
- Filter
public static enum Filter.Operationen
- extends java.lang.Enum<Filter.Operationen>
Die definierten Operationen
- Version:
- $Revision: 1.2 $ / $Date: 2015/06/09 13:02:12 $ / ($Author: Pittner $)
- Author:
- Dambach-Werke GmbH, Timo Pittner
Field Summary |
private java.lang.String |
wert
|
Method Summary |
private java.lang.String |
getWert()
|
static Filter.Operationen |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Filter.Operationen[] |
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 |
Wertistgleich
public static final Filter.Operationen Wertistgleich
Wertistkleiner
public static final Filter.Operationen Wertistkleiner
Wertistgrößer
public static final Filter.Operationen Wertistgrößer
Wertistkleinerodergleich
public static final Filter.Operationen Wertistkleinerodergleich
Wertistgrößerodergleich
public static final Filter.Operationen Wertistgrößerodergleich
Textgleich
public static final Filter.Operationen Textgleich
Textenthält
public static final Filter.Operationen Textenthält
Textbeginntmit
public static final Filter.Operationen Textbeginntmit
Textendetmit
public static final Filter.Operationen Textendetmit
keinOperator
public static final Filter.Operationen keinOperator
wert
private final java.lang.String wert
values
public static Filter.Operationen[] 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 (Filter.Operationen c : Filter.Operationen.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Filter.Operationen 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
getWert
private java.lang.String getWert()