Interface ILargeStringValueDescriptor
-
- All Superinterfaces:
IValueDescriptor<LargeString,ILargeStringValueBuilder>
,Serializable
public interface ILargeStringValueDescriptor extends IValueDescriptor<LargeString,ILargeStringValueBuilder>
AIValueDescriptor
for string value. The value must be a large string, consisting of any number of characters.- Since:
- 7.2.1
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default EValueType
getBaseType()
default Class<LargeString>
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<LargeString,ILargeStringValueBuilder>
- Returns:
- The basic type of value described by this value descriptor.
-
getJavaClass
default Class<LargeString> getJavaClass()
- Specified by:
getJavaClass
in interfaceIValueDescriptor<LargeString,ILargeStringValueBuilder>
- Returns:
- The Java class of the values described by this descriptor.
-
-