Package org.openbase.jps.preset
Class AbstractJPFloat
- java.lang.Object
-
- org.openbase.jps.core.AbstractJavaProperty<Float>
-
- org.openbase.jps.preset.AbstractJPFloat
-
- All Implemented Interfaces:
Comparable<AbstractJavaProperty>
public abstract class AbstractJPFloat extends AbstractJavaProperty<Float>
- Author:
- Divine Threepwood
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openbase.jps.core.AbstractJavaProperty
AbstractJavaProperty.ValueType
-
-
Field Summary
-
Fields inherited from class org.openbase.jps.core.AbstractJavaProperty
argumentIdentifiers, arguments, identifier, logger, propertyIdentifiers
-
-
Constructor Summary
Constructors Constructor Description AbstractJPFloat(String[] commandIdentifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String[]generateArgumentIdentifiers()protected Floatparse(List<String> arguments)-
Methods inherited from class org.openbase.jps.core.AbstractJavaProperty
addArgument, addErrorReport, checkArgumentCount, checkArgumentCount, checkArgumentCountMax, checkArgumentCountMin, compareTo, getArgumentIdentifiers, getDefaultExample, getDefaultValue, getDependencyList, getDescription, getErrorReport, getErrorReportMap, getOneArgumentResult, getPropertyDefaultValue, getPropertyIdentifiers, getSyntax, getValue, getValueType, isIdentified, isIdentifiered, isParsed, loadAction, match, neetToBeParsed, overwriteDefaultValue, parseArguments, registerDependingProperty, reset, setValue, toString, update, updateValue, validate
-
-
-
-
Constructor Detail
-
AbstractJPFloat
public AbstractJPFloat(String[] commandIdentifier)
-
-
Method Detail
-
generateArgumentIdentifiers
protected String[] generateArgumentIdentifiers()
- Specified by:
generateArgumentIdentifiersin classAbstractJavaProperty<Float>
-
parse
protected Float parse(List<String> arguments) throws JPBadArgumentException
- Specified by:
parsein classAbstractJavaProperty<Float>- Throws:
JPBadArgumentException
-
-