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