|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Dictionary
The Dictionary contains the loaded meta models and provides some convenience operations for the models.
Method Summary | |
---|---|
void |
addModel(MetaModel model)
|
java.util.Map<QName,MetaModel> |
getLoadedModels()
|
MetaModel |
getModel(QName qName)
|
Namespace |
getNamespace(QName type)
Returns the namespace associated with the given Meta Type. |
MetaProperty |
getProperty(java.lang.String propertyName)
|
QName |
getQName(Namespace namespace)
Returns the qualified name for the given namespace. |
java.util.Collection<MetaType> |
getSearchableTypes()
Returns a list of all searchable Meta Types defined for the application. |
MetaType |
getType(QName qName)
|
void |
removeModel(QName qName)
|
Method Detail |
---|
void addModel(MetaModel model)
void removeModel(QName qName) throws MetaException
MetaException
MetaModel getModel(QName qName)
java.util.Map<QName,MetaModel> getLoadedModels()
MetaType getType(QName qName)
MetaProperty getProperty(java.lang.String propertyName)
QName getQName(Namespace namespace)
namespace
-
Namespace getNamespace(QName type)
type
-
java.util.Collection<MetaType> getSearchableTypes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |