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