Uses of Class
org.nuiton.eugene.models.object.xml.ObjectModelClassifierImpl
-
Packages that use ObjectModelClassifierImpl Package Description org.nuiton.eugene.models.object.reader.yaml org.nuiton.eugene.models.object.xml -
-
Uses of ObjectModelClassifierImpl in org.nuiton.eugene.models.object.reader.yaml
Methods in org.nuiton.eugene.models.object.reader.yaml with parameters of type ObjectModelClassifierImpl Modifier and Type Method Description voidLoadObjectModel. loadClassifier(YamlObject classifierYAMLO, ObjectModelClassifierImpl classifierOM) -
Uses of ObjectModelClassifierImpl in org.nuiton.eugene.models.object.xml
Subclasses of ObjectModelClassifierImpl in org.nuiton.eugene.models.object.xml Modifier and Type Class Description classObjectModelAssociationClassImplObjectModelAssociationClassImpl.javaclassObjectModelClassImplObjectModelClassImpl.classObjectModelEnumerationImplObjectModelEnumerationImpl.classObjectModelInterfaceImplObjectModelInterfaceImpl.java Created: 14 janv. 2004Fields in org.nuiton.eugene.models.object.xml with type parameters of type ObjectModelClassifierImpl Modifier and Type Field Description protected Map<String,ObjectModelClassifierImpl>ExternalCacheExtension. cacheMethods in org.nuiton.eugene.models.object.xml with type parameters of type ObjectModelClassifierImpl Modifier and Type Method Description <C extends ObjectModelClassifierImpl>
CExternalCacheExtension. getCache(ObjectModelImplRef reference, Class<C> classifierClass)Methods in org.nuiton.eugene.models.object.xml with parameters of type ObjectModelClassifierImpl Modifier and Type Method Description protected voidExternalCacheExtension. addClassifierToCache(ObjectModelImplRef reference, ObjectModelClassifierImpl classifier)voidObjectModelClassImpl. addInnerClassifier(ObjectModelClassifierImpl innerClass)Digester method to add innerClass to this ObjectModelClass.protected voidObjectModelClassifierImpl. mergeFrom(ObjectModelClassifierImpl source)voidObjectModelDependencyImpl. setClient(ObjectModelClassifierImpl client)
-