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