Package org.openbase.jps.preset
Class JPReadOnly
java.lang.Object
org.openbase.jps.core.AbstractJavaProperty<Boolean>
org.openbase.jps.preset.AbstractJPBoolean
org.openbase.jps.preset.JPReadOnly
- All Implemented Interfaces:
Comparable<AbstractJavaProperty>
- Author:
- Divine Threepwood
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openbase.jps.core.AbstractJavaProperty
AbstractJavaProperty.ValueType -
Field Summary
FieldsFields inherited from class org.openbase.jps.preset.AbstractJPBoolean
ARGUMENT_IDENTIFIERSFields 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.voidvalidate()Can be overwritten for value validation.Methods inherited from class org.openbase.jps.preset.AbstractJPBoolean
generateArgumentIdentifiers, getPropertyDefaultValue, 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, loadAction, match, neetToBeParsed, overwriteDefaultValue, parseArguments, registerDependingProperty, reset, setValue, toString, update, updateValue
-
Field Details
-
COMMAND_IDENTIFIERS
-
-
Constructor Details
-
JPReadOnly
public JPReadOnly()
-
-
Method Details
-
validate
Description copied from class:AbstractJavaPropertyCan be overwritten for value validation. Method is called after parsing.- Overrides:
validatein classAbstractJavaProperty<Boolean>- Throws:
JPValidationException
-
getDescription
Description copied from class:AbstractJavaPropertyMethod returns the description of the property.- Specified by:
getDescriptionin classAbstractJavaProperty<Boolean>
-