Interface INullValueDescriptor
- All Superinterfaces:
IValueDescriptor<Void,
,INullValueBuilder> Serializable
A
IValueDescriptor
for a null value. The value must be identical to null
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
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 Details
-
getBaseType
- Specified by:
getBaseType
in interfaceIValueDescriptor<Void,
INullValueBuilder> - Returns:
- The basic type of value described by this value descriptor.
-
getJavaClass
- Specified by:
getJavaClass
in interfaceIValueDescriptor<Void,
INullValueBuilder> - Returns:
- The Java class of the values described by this descriptor.
-