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