public class DefaultSimpleMetaDataModel extends AbstractMetaDataModel implements SimpleMetaDataModel
Simple type metadata representation
Shouldn't use this directly. Use DefaultMetaDataBuilder instead.
| Modifier and Type | Field and Description |
|---|---|
static Set<DataType> |
complexTypes |
| Constructor and Description |
|---|
DefaultSimpleMetaDataModel(DataType dataType)
Used for Define Simple Types
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(MetaDataModelVisitor modelVisitor)
Used internally for go over the model structure.
|
String |
toString() |
addAllProperties, addProperty, as, equals, getDataType, getImplementationClass, getProperties, getProperty, hashCode, hasProperty, removeProperty, setImplementationClassclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddProperty, as, getDataType, getImplementationClass, getProperties, getProperty, hasProperty, removePropertypublic DefaultSimpleMetaDataModel(DataType dataType)
dataType - public String toString()
toString in class AbstractMetaDataModelpublic void accept(MetaDataModelVisitor modelVisitor)
MetaDataModelaccept in interface MetaDataModelCopyright © 2016 MuleSoft, Inc.. All rights reserved.