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