Uses of Class
de.learnlib.setting.LearnLibProperty
-
Packages that use LearnLibProperty Package Description de.learnlib.setting -
-
Uses of LearnLibProperty in de.learnlib.setting
Methods in de.learnlib.setting that return LearnLibProperty Modifier and Type Method Description static LearnLibPropertyLearnLibProperty. valueOf(String name)Returns the enum constant of this type with the specified name.static LearnLibProperty[]LearnLibProperty. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.learnlib.setting with parameters of type LearnLibProperty Modifier and Type Method Description booleanLearnLibSettings. getBool(LearnLibProperty property, boolean defaultValue)@Nullable BooleanLearnLibSettings. getBoolean(LearnLibProperty property)<E extends Enum<E>>
@Nullable ELearnLibSettings. getEnumValue(LearnLibProperty property, Class<E> enumClazz)<E extends Enum<E>>
ELearnLibSettings. getEnumValue(LearnLibProperty property, Class<E> enumClazz, E defaultValue)intLearnLibSettings. getInt(LearnLibProperty property, int defaultValue)@Nullable IntegerLearnLibSettings. getInteger(LearnLibProperty property)@Nullable StringLearnLibSettings. getProperty(LearnLibProperty property)StringLearnLibSettings. getProperty(LearnLibProperty property, String defaultValue)
-