public class DynamicType extends DataType<DynamicValue>
FEATURE_FORMAT| Constructor and Description |
|---|
DynamicType() |
DynamicType(String name) |
| Modifier and Type | Method and Description |
|---|---|
DynamicType |
withAnnotated() |
DynamicType |
withAnnotated(boolean annotated) |
DynamicType |
withDefaultValue(DynamicValue value) |
DynamicType |
withDescription(String description) |
DynamicType |
withFeature(String name,
Object value) |
DynamicType |
withFeatures(Map<String,Object> features) |
DynamicType |
withFormat(String format) |
DynamicType |
withLabel(String label) |
DynamicType |
withName(String name) |
DynamicType |
withNullable() |
DynamicType |
withNullable(boolean nullable) |
DynamicType |
withOptional() |
DynamicType |
withProvided(ProvidedMeta provided) |
DynamicType |
withReadOnly() |
DynamicType |
withReadOnly(boolean readOnly) |
clone, getDefaultValue, getDescription, getFeatures, getFormat, getKind, getLabel, getName, getProvided, getRegisteredType, isAnnotated, isNullable, isOptional, isReadOnly, setAnnotated, setDefaultValue, setDescription, setFeatures, setFormat, setLabel, setName, setNullable, setOptional, setProvided, setReadOnly, setRegisteredType, withDefaultValuepublic DynamicType()
public DynamicType(String name)
public DynamicType withName(String name)
withName in class DataType<DynamicValue>public DynamicType withLabel(String label)
withLabel in class DataType<DynamicValue>public DynamicType withDescription(String description)
withDescription in class DataType<DynamicValue>public DynamicType withAnnotated(boolean annotated)
withAnnotated in class DataType<DynamicValue>public DynamicType withAnnotated()
withAnnotated in class DataType<DynamicValue>public DynamicType withFormat(String format)
withFormat in class DataType<DynamicValue>public DynamicType withFeatures(Map<String,Object> features)
withFeatures in class DataType<DynamicValue>public DynamicType withFeature(String name, Object value)
withFeature in class DataType<DynamicValue>public DynamicType withDefaultValue(DynamicValue value)
withDefaultValue in class DataType<DynamicValue>public DynamicType withNullable(boolean nullable)
withNullable in class DataType<DynamicValue>public DynamicType withNullable()
withNullable in class DataType<DynamicValue>public DynamicType withReadOnly(boolean readOnly)
withReadOnly in class DataType<DynamicValue>public DynamicType withReadOnly()
withReadOnly in class DataType<DynamicValue>public DynamicType withOptional()
withOptional in class DataType<DynamicValue>public DynamicType withProvided(ProvidedMeta provided)
withProvided in class DataType<DynamicValue>Copyright © 2016–2020 Softelnet. All rights reserved.