public class DataType extends DataTypeActiveRecord
| Modifier and Type | Field and Description |
|---|---|
static String |
TOP_LEVEL_PARENT_UUID |
| Constructor and Description |
|---|
DataType(RecordEngine<DataType> recordEngine) |
| Modifier and Type | Method and Description |
|---|---|
String |
getConstraint() |
ConstraintType |
getConstraintType() |
String |
getName() |
String |
getParentUUID() |
protected DataType |
getRecord() |
List<DataType> |
getSubDataTypes() |
String |
getType() |
String |
getUUID() |
boolean |
hasSubDataTypes() |
boolean |
isList() |
boolean |
isReadOnly() |
boolean |
isTopLevel() |
createcreate, destroy, getRecordEngine, isRecordEnginePresent, isValid, updatepublic static final String TOP_LEVEL_PARENT_UUID
public DataType(RecordEngine<DataType> recordEngine)
protected DataType getRecord()
getRecord in class ActiveRecord<DataType>public String getUUID()
public String getParentUUID()
public String getName()
public String getType()
public boolean isList()
public boolean hasSubDataTypes()
public String getConstraint()
public ConstraintType getConstraintType()
public boolean isTopLevel()
public boolean isReadOnly()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.