Interface IMapValueDescriptor<V>
- 
- Type Parameters:
 V- Type of the list elements.
- All Superinterfaces:
 IValueDescriptor<Map<String,V>,IMapValueBuilder<V>>,Serializable
public interface IMapValueDescriptor<V> extends IValueDescriptor<Map<String,V>,IMapValueBuilder<V>>
AIValueDescriptorfor a map value. The value must be a map from string to elements.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default EValueTypegetBaseType()default Class<?>getJavaClass()IValueDescriptor<V,? extends IValueBuilder<V>>getMapValueDescriptor()- 
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<Map<String,V>,IMapValueBuilder<V>>- Returns:
 - The basic type of value described by this value descriptor.
 
 
- 
getJavaClass
default Class<?> getJavaClass()
- Specified by:
 getJavaClassin interfaceIValueDescriptor<Map<String,V>,IMapValueBuilder<V>>- Returns:
 - The Java class of the values described by this descriptor.
 
 
- 
getMapValueDescriptor
IValueDescriptor<V,? extends IValueBuilder<V>> getMapValueDescriptor()
- Returns:
 - The value descriptor for the map values. Each value in the map must conform to this descriptor.
 
 
 - 
 
 -