Interface IAnyValueDescriptor
- 
- All Superinterfaces:
 IValueDescriptor<Object,IAnyValueBuilder>,Serializable
public interface IAnyValueDescriptor extends IValueDescriptor<Object,IAnyValueBuilder>
AIValueDescriptorfor a value of any type. No restriction is imposed on the value. Use with caution, prefer more specific value descriptors.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default EValueTypegetBaseType()default Class<Object>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:
 getBaseTypein interfaceIValueDescriptor<Object,IAnyValueBuilder>- Returns:
 - The basic type of value described by this value descriptor.
 
 
- 
getJavaClass
default Class<Object> getJavaClass()
- Specified by:
 getJavaClassin interfaceIValueDescriptor<Object,IAnyValueBuilder>- Returns:
 - The Java class of the values described by this descriptor.
 
 
 - 
 
 -