org.mule.common.metadata
Interface PojoMetaDataModel

All Superinterfaces:
MetaDataModel, StructuredMetaDataModel
All Known Implementing Classes:
DefaultPojoMetaDataModel

public interface PojoMetaDataModel
extends StructuredMetaDataModel

Represents a POJO type.


Method Summary
 String getClassName()
           
 Set<String> getParentNames()
           
 boolean isInterface()
           
 
Methods inherited from interface org.mule.common.metadata.StructuredMetaDataModel
getFields
 
Methods inherited from interface org.mule.common.metadata.MetaDataModel
accept, addProperty, as, getDataType, getImplementationClass, getProperties, getProperty, hasProperty, removeProperty
 

Method Detail

getClassName

String getClassName()

getParentNames

Set<String> getParentNames()

isInterface

boolean isInterface()


Copyright © 2014. All rights reserved.