Interface ILargeStringValueDescriptor
- All Superinterfaces:
IValueDescriptor<LargeString,
,ILargeStringValueBuilder> Serializable
public interface ILargeStringValueDescriptor
extends IValueDescriptor<LargeString,ILargeStringValueBuilder>
A
IValueDescriptor
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
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<LargeString,
ILargeStringValueBuilder> - Returns:
- The basic type of value described by this value descriptor.
-
getJavaClass
- Specified by:
getJavaClass
in interfaceIValueDescriptor<LargeString,
ILargeStringValueBuilder> - Returns:
- The Java class of the values described by this descriptor.
-