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