Package org.openbase.jps.preset
Class JPLogLevel
- java.lang.Object
-
- org.openbase.jps.core.AbstractJavaProperty<E>
-
- org.openbase.jps.preset.AbstractJPEnum<JPLogLevel.LogLevel>
-
- org.openbase.jps.preset.JPLogLevel
-
- All Implemented Interfaces:
Comparable<AbstractJavaProperty>
public class JPLogLevel extends AbstractJPEnum<JPLogLevel.LogLevel>
- Author:
- Divine Threepwood
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJPLogLevel.LogLevel-
Nested classes/interfaces inherited from class org.openbase.jps.core.AbstractJavaProperty
AbstractJavaProperty.ValueType
-
-
Field Summary
Fields Modifier and Type Field Description static String[]COMMAND_IDENTIFIERS-
Fields inherited from class org.openbase.jps.core.AbstractJavaProperty
argumentIdentifiers, arguments, identifier, logger, propertyIdentifiers
-
-
Constructor Summary
Constructors Constructor Description JPLogLevel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Method returns the description of the property.protected JPLogLevel.LogLevelgetPropertyDefaultValue()protected voidloadAction()Can be overwritten for specific load action.-
Methods inherited from class org.openbase.jps.preset.AbstractJPEnum
detectTypeClass, generateArgumentIdentifiers, parse
-
Methods 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 Detail
-
COMMAND_IDENTIFIERS
public static final String[] COMMAND_IDENTIFIERS
-
-
Method Detail
-
getPropertyDefaultValue
protected JPLogLevel.LogLevel getPropertyDefaultValue() throws JPNotAvailableException
- Specified by:
getPropertyDefaultValuein classAbstractJavaProperty<JPLogLevel.LogLevel>- Throws:
JPNotAvailableException
-
getDescription
public String 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>
-
-