public class TypeType extends DataType<DataType>
FEATURE_FORMAT| Modifier and Type | Method and Description |
|---|---|
TypeType |
withAnnotated() |
TypeType |
withAnnotated(boolean annotated) |
TypeType |
withDefaultValue(DataType value) |
TypeType |
withDescription(String description) |
TypeType |
withFeature(String name,
Object value) |
TypeType |
withFeatures(Map<String,Object> features) |
TypeType |
withFormat(String format) |
TypeType |
withLabel(String label) |
TypeType |
withName(String name) |
TypeType |
withNullable() |
TypeType |
withNullable(boolean nullable) |
TypeType |
withOptional() |
TypeType |
withProvided(ProvidedMeta provided) |
TypeType |
withReadOnly() |
TypeType |
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 TypeType()
public TypeType(String name)
public TypeType withDescription(String description)
withDescription in class DataType<DataType>public TypeType withAnnotated(boolean annotated)
withAnnotated in class DataType<DataType>public TypeType withAnnotated()
withAnnotated in class DataType<DataType>public TypeType withFormat(String format)
withFormat in class DataType<DataType>public TypeType withFeatures(Map<String,Object> features)
withFeatures in class DataType<DataType>public TypeType withFeature(String name, Object value)
withFeature in class DataType<DataType>public TypeType withDefaultValue(DataType value)
withDefaultValue in class DataType<DataType>public TypeType withNullable(boolean nullable)
withNullable in class DataType<DataType>public TypeType withNullable()
withNullable in class DataType<DataType>public TypeType withReadOnly(boolean readOnly)
withReadOnly in class DataType<DataType>public TypeType withReadOnly()
withReadOnly in class DataType<DataType>public TypeType withOptional()
withOptional in class DataType<DataType>public TypeType withProvided(ProvidedMeta provided)
withProvided in class DataType<DataType>Copyright © 2016–2021 Softelnet. All rights reserved.