public enum FuzzyLibMsg extends Enum<FuzzyLibMsg> implements com.bitctrl.i18n.MessageHandler
de.bsvrz.iav.fuzzylib.fuzzylib
, samt
Subpackages, mit lokalisierten Meldungen.Enum Constant and Description |
---|
FalscheFuzzyVariable
Keine Parameter.
|
FuzzySetMit2PunktenUngueltig
Parameter: 1) Erstes Fuzzy-Set, 2) Zweites Fuzzy-Set.
|
KeinName
Keine Parameter.
|
LeereTermliste
Keine Parameter.
|
OperandenListeIstNull
Keine Parameter.
|
TermnameUngueltig
Keine Parameter.
|
TermNichtGefunden
Parameter: 1) Variablenname, 2) Termname.
|
TrapezeckenUnsortiert
Keine Parameter.
|
VariablennameUngueltig
Keine Parameter.
|
WertebereichUngueltig
Parameter: 1) Minimum, 2) Maximum.
|
ZugehoerigkeitUngueltig
Parameter: 1) Zugehörigkeit.
|
Modifier and Type | Method and Description |
---|---|
ResourceBundle |
getResourceBundle() |
String |
toString() |
static FuzzyLibMsg |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FuzzyLibMsg[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FuzzyLibMsg ZugehoerigkeitUngueltig
public static final FuzzyLibMsg KeinName
public static final FuzzyLibMsg TrapezeckenUnsortiert
public static final FuzzyLibMsg TermnameUngueltig
public static final FuzzyLibMsg VariablennameUngueltig
public static final FuzzyLibMsg WertebereichUngueltig
public static final FuzzyLibMsg LeereTermliste
public static final FuzzyLibMsg FuzzySetMit2PunktenUngueltig
public static final FuzzyLibMsg TermNichtGefunden
public static final FuzzyLibMsg FalscheFuzzyVariable
public static final FuzzyLibMsg OperandenListeIstNull
public static FuzzyLibMsg[] values()
for (FuzzyLibMsg c : FuzzyLibMsg.values()) System.out.println(c);
public static FuzzyLibMsg valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic ResourceBundle getResourceBundle()
getResourceBundle
in interface com.bitctrl.i18n.MessageHandler
public String toString()
toString
in interface com.bitctrl.i18n.MessageHandler
toString
in class Enum<FuzzyLibMsg>
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.