public class DefaultListMetaDataModel extends AbstractMetaDataModel implements ListMetaDataModel
List metadata representation
Shouldn't use this directly. Use DefaultMetaDataBuilder instead.
| Constructor and Description |
|---|
DefaultListMetaDataModel(MetaDataModel model) |
DefaultListMetaDataModel(MetaDataModel model,
boolean isArray) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(MetaDataModelVisitor modelVisitor)
Used internally for go over the model structure.
|
boolean |
equals(Object obj) |
MetaDataModel |
getElementModel() |
int |
hashCode() |
boolean |
isArray() |
String |
toString() |
addAllProperties, addProperty, as, getDataType, getImplementationClass, getProperties, getProperty, hasProperty, removeProperty, setImplementationClassclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddProperty, as, getDataType, getImplementationClass, getProperties, getProperty, hasProperty, removePropertypublic DefaultListMetaDataModel(MetaDataModel model)
public DefaultListMetaDataModel(MetaDataModel model, boolean isArray)
public MetaDataModel getElementModel()
getElementModel in interface ListMetaDataModelpublic int hashCode()
hashCode in class AbstractMetaDataModelpublic boolean isArray()
isArray in interface ListMetaDataModelpublic boolean equals(Object obj)
equals in class AbstractMetaDataModelpublic String toString()
toString in class AbstractMetaDataModelpublic void accept(MetaDataModelVisitor modelVisitor)
MetaDataModelaccept in interface MetaDataModelCopyright © 2016 MuleSoft, Inc.. All rights reserved.