Uses of Interface
org.nuiton.eugene.models.object.ObjectModelInterface
-
Packages that use ObjectModelInterface Package Description org.nuiton.eugene.java Eugene java package : all specific class for Java generation.org.nuiton.eugene.models.friend org.nuiton.eugene.models.object org.nuiton.eugene.models.object.validator org.nuiton.eugene.models.object.xml -
-
Uses of ObjectModelInterface in org.nuiton.eugene.java
Methods in org.nuiton.eugene.java that return ObjectModelInterface Modifier and Type Method Description ObjectModelInterfaceObjectModelTransformerToJava. cloneInterface(ObjectModelInterface source, boolean cloneDocumentation)creates a clone of the givensourceinterface in the output model and clones attributes, inheritence declaration and operations into the cloneprotected ObjectModelInterfaceObjectModelTransformerToJava. createInterface(String name, String packageName)Methods in org.nuiton.eugene.java with parameters of type ObjectModelInterface Modifier and Type Method Description ObjectModelInterfaceObjectModelTransformerToJava. cloneInterface(ObjectModelInterface source, boolean cloneDocumentation)creates a clone of the givensourceinterface in the output model and clones attributes, inheritence declaration and operations into the clonevoidJavaGenerator. generateFromInterface(Writer output, ObjectModelInterface input)StringJavaGenerator. getFilenameForInterface(ObjectModelInterface interfacez) -
Uses of ObjectModelInterface in org.nuiton.eugene.models.friend
Methods in org.nuiton.eugene.models.friend with parameters of type ObjectModelInterface Modifier and Type Method Description static InterfaceDefInterfaceDef. of(ObjectModelInterface anInterface, String defaultPackage) -
Uses of ObjectModelInterface in org.nuiton.eugene.models.object
Methods in org.nuiton.eugene.models.object that return ObjectModelInterface Modifier and Type Method Description ObjectModelInterfaceObjectModelBuilder. createInterface(String name, String packageName)Create a new interface in the model.ObjectModelInterfaceObjectModel. getInterface(String qualifiedInterfaceName)Returns the interface corresponding to the given qualified name, or null if the model contains no interface for this qualified name.ObjectModelInterfaceObjectModelPackage. getInterface(String simpleName)Returns the interface corresponding to the given qualified name, or null if the package contains no interface for this simple name.Methods in org.nuiton.eugene.models.object that return types with arguments of type ObjectModelInterface Modifier and Type Method Description Collection<ObjectModelInterface>ObjectModel. getInterfaces()Returns all interfaces defined in this model.Collection<ObjectModelInterface>ObjectModelClassifier. getInterfaces()Returns all parent interfaces for this classifier.Iterable<ObjectModelInterface>ObjectModelPackage. getInterfaces()Returns all interfaces defined in this package.Methods in org.nuiton.eugene.models.object with parameters of type ObjectModelInterface Modifier and Type Method Description voidObjectModelGenerator. generateFromInterface(Writer output, ObjectModelInterface input)StringObjectModelGenerator. getFilenameForInterface(ObjectModelInterface interfacez)Par defaut cette methode retourne le QualifiedName convertie en chemin par exemple pour org.codelutin.Toto on aurait org/codelutin/TotovoidObjectModelTransformer. transformFromInterface(ObjectModelInterface interfacez) -
Uses of ObjectModelInterface in org.nuiton.eugene.models.object.validator
Methods in org.nuiton.eugene.models.object.validator with parameters of type ObjectModelInterface Modifier and Type Method Description protected booleanObjectModelValidator. validateInterface(ObjectModelInterface interfacezz) -
Uses of ObjectModelInterface in org.nuiton.eugene.models.object.xml
Classes in org.nuiton.eugene.models.object.xml that implement ObjectModelInterface Modifier and Type Class Description classObjectModelInterfaceImplObjectModelInterfaceImpl.java Created: 14 janv. 2004Fields in org.nuiton.eugene.models.object.xml with type parameters of type ObjectModelInterface Modifier and Type Field Description protected List<ObjectModelInterface>ObjectModelClassifierImpl. interfacesprotected Map<String,ObjectModelInterface>ObjectModelImpl. interfacesMethods in org.nuiton.eugene.models.object.xml that return ObjectModelInterface Modifier and Type Method Description ObjectModelInterfaceObjectModelImpl. getInterface(String qualifiedInterfaceName)Returns the interface corresponding to the given qualified name, or null if the model contains no interface for this qualified name.ObjectModelInterfaceObjectModelPackageImpl. getInterface(String simpleName)Methods in org.nuiton.eugene.models.object.xml that return types with arguments of type ObjectModelInterface Modifier and Type Method Description Collection<ObjectModelInterface>ObjectModelClassifierImpl. getInterfaces()Collection<ObjectModelInterface>ObjectModelImpl. getInterfaces()Returns all interfaces defined in this model.Iterable<ObjectModelInterface>ObjectModelPackageImpl. getInterfaces()
-