Interface IBooleanValueDescriptor
-
- All Superinterfaces:
IValueDescriptor<Boolean,IBooleanValueBuilder>
,Serializable
public interface IBooleanValueDescriptor extends IValueDescriptor<Boolean,IBooleanValueBuilder>
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default EValueType
getBaseType()
default Class<?>
getJavaClass()
-
Methods inherited from interface de.xima.fc.interfaces.workflow.value.IValueDescriptor
acceptsValue, asBoolean, asConst, asFloat, asInteger, asList, asMap, asNull, asRecord, asString, asTuple, asUnion, asVoid, builder, getDefaultValue, getDescription, getFullType, getKnownProperties, is, unwrap
-
-
-
-
Method Detail
-
getBaseType
default EValueType getBaseType()
- Specified by:
getBaseType
in interfaceIValueDescriptor<Boolean,IBooleanValueBuilder>
- Returns:
- The basic type of value described by this value descriptor.
-
getJavaClass
default Class<?> getJavaClass()
- Specified by:
getJavaClass
in interfaceIValueDescriptor<Boolean,IBooleanValueBuilder>
- Returns:
- The Java class of the values described by this descriptor.
-
-