Interface IFloatValueDescriptor
- 
- All Superinterfaces:
- IValueDescriptor<Number,IFloatValueBuilder>,- Serializable
 
 public interface IFloatValueDescriptor extends IValueDescriptor<Number,IFloatValueBuilder> AIValueDescriptorfor a float value. The value must be a 64-bit IEEE floating point value. Optionally, it can be restricted to a certain range.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default EValueTypegetBaseType()default Class<?>getJavaClass()com.google.common.collect.Range<Double>getRange()- 
Methods inherited from interface de.xima.fc.interfaces.workflow.value.IValueDescriptoracceptsValue, asBoolean, asConst, asFloat, asInteger, asList, asMap, asNull, asRecord, asString, asTuple, asUnion, asVoid, builder, getDefaultValue, getDescription, getFullType, getKnownProperties, is, unwrap
 
- 
 
- 
- 
- 
Method Detail- 
getBaseTypedefault EValueType getBaseType() - Specified by:
- getBaseTypein interface- IValueDescriptor<Number,IFloatValueBuilder>
- Returns:
- The basic type of value described by this value descriptor.
 
 - 
getJavaClassdefault Class<?> getJavaClass() - Specified by:
- getJavaClassin interface- IValueDescriptor<Number,IFloatValueBuilder>
- Returns:
- The Java class of the values described by this descriptor.
 
 - 
getRangecom.google.common.collect.Range<Double> getRange() - Returns:
- Allowed range of the floating value.
 
 
- 
 
-