public class RecordType extends DataType<Map<String,Object>>
FEATURE_FORMAT| Constructor and Description |
|---|
RecordType() |
RecordType(List<DataType> fields) |
RecordType(String name) |
RecordType(String name,
List<DataType> fields) |
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 RecordType()
public RecordType(String name)
public RecordType withName(String name)
public RecordType withLabel(String label)
public RecordType withDescription(String description)
withDescription in class DataType<Map<String,Object>>public RecordType withAnnotated(boolean annotated)
withAnnotated in class DataType<Map<String,Object>>public RecordType withAnnotated()
withAnnotated in class DataType<Map<String,Object>>public RecordType withFormat(String format)
withFormat in class DataType<Map<String,Object>>public RecordType withFeatures(Map<String,Object> features)
withFeatures in class DataType<Map<String,Object>>public RecordType withFeature(String name, Object value)
withFeature in class DataType<Map<String,Object>>public RecordType withDefaultValue(Map<String,Object> value)
withDefaultValue in class DataType<Map<String,Object>>public RecordType withNullable(boolean nullable)
withNullable in class DataType<Map<String,Object>>public RecordType withNullable()
withNullable in class DataType<Map<String,Object>>public RecordType withReadOnly(boolean readOnly)
withReadOnly in class DataType<Map<String,Object>>public RecordType withReadOnly()
withReadOnly in class DataType<Map<String,Object>>public RecordType withOptional()
withOptional in class DataType<Map<String,Object>>public RecordType withProvided(ProvidedMeta provided)
withProvided in class DataType<Map<String,Object>>public RecordType withFields(List<DataType> fields)
fields - the fields.public RecordType withBaseType(RecordType baseType)
baseType - the base record type.public RecordType getBaseType()
public void setBaseType(RecordType baseType)
public boolean isInheritationApplied()
public void setInheritationApplied(boolean inheritationApplied)
protected void refreshFieldLookupMap()
Copyright © 2016–2021 Softelnet. All rights reserved.