Package org.openbase.jps.preset
Class JPLogLevel
- All Implemented Interfaces:
Comparable<AbstractJavaProperty>
- Author:
- Divine Threepwood
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.openbase.jps.core.AbstractJavaProperty
AbstractJavaProperty.ValueType -
Field Summary
FieldsFields inherited from class org.openbase.jps.core.AbstractJavaProperty
argumentIdentifiers, arguments, identifier, logger, propertyIdentifiers -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethod returns the description of the property.protected JPLogLevel.LogLevelprotected voidCan be overwritten for specific load action.Methods inherited from class org.openbase.jps.preset.AbstractJPEnum
detectTypeClass, generateArgumentIdentifiers, parseMethods inherited from class org.openbase.jps.core.AbstractJavaProperty
addArgument, addErrorReport, checkArgumentCount, checkArgumentCount, checkArgumentCountMax, checkArgumentCountMin, compareTo, getArgumentIdentifiers, getDefaultExample, getDefaultValue, getDependencyList, getErrorReport, getErrorReportMap, getOneArgumentResult, getPropertyIdentifiers, getSyntax, getValue, getValueType, isIdentified, isIdentifiered, isParsed, match, neetToBeParsed, overwriteDefaultValue, parseArguments, registerDependingProperty, reset, setValue, toString, update, updateValue, validate
-
Field Details
-
COMMAND_IDENTIFIERS
-
-
Constructor Details
-
JPLogLevel
public JPLogLevel()
-
-
Method Details
-
getPropertyDefaultValue
- Specified by:
getPropertyDefaultValuein classAbstractJavaProperty<JPLogLevel.LogLevel>- Throws:
JPNotAvailableException
-
getDescription
Description copied from class:AbstractJavaPropertyMethod returns the description of the property.- Specified by:
getDescriptionin classAbstractJavaProperty<JPLogLevel.LogLevel>
-
loadAction
protected void loadAction()Description copied from class:AbstractJavaPropertyCan be overwritten for specific load action. Method is called after loading a property instance.- Overrides:
loadActionin classAbstractJavaProperty<JPLogLevel.LogLevel>
-