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.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 ObjectModelInterface
ObjectModelTransformerToJava. cloneInterface(ObjectModelInterface source, boolean cloneDocumentation)
creates a clone of the givensource
interface in the output model and clones attributes, inheritence declaration and operations into the cloneprotected ObjectModelInterface
ObjectModelTransformerToJava. createInterface(String name, String packageName)
Methods in org.nuiton.eugene.java with parameters of type ObjectModelInterface Modifier and Type Method Description ObjectModelInterface
ObjectModelTransformerToJava. cloneInterface(ObjectModelInterface source, boolean cloneDocumentation)
creates a clone of the givensource
interface in the output model and clones attributes, inheritence declaration and operations into the clonevoid
JavaGenerator. generateFromInterface(Writer output, ObjectModelInterface input)
String
JavaGenerator. getFilenameForInterface(ObjectModelInterface interfacez)
-
Uses of ObjectModelInterface in org.nuiton.eugene.models.object
Methods in org.nuiton.eugene.models.object that return ObjectModelInterface Modifier and Type Method Description ObjectModelInterface
ObjectModelBuilder. createInterface(String name, String packageName)
Create a new interface in the model.ObjectModelInterface
ObjectModel. getInterface(String qualifiedInterfaceName)
Returns the interface corresponding to the given qualified name, or null if the model contains no interface for this qualified name.ObjectModelInterface
ObjectModelPackage. 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 void
ObjectModelGenerator. generateFromInterface(Writer output, ObjectModelInterface input)
String
ObjectModelGenerator. getFilenameForInterface(ObjectModelInterface interfacez)
Par defaut cette methode retourne le QualifiedName convertie en chemin par exemple pour org.codelutin.Toto on aurait org/codelutin/Totovoid
ObjectModelTransformer. 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 boolean
ObjectModelValidator. 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 class
ObjectModelInterfaceImpl
ObjectModelInterfaceImpl.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. interfaces
protected Map<String,ObjectModelInterface>
ObjectModelImpl. interfaces
Methods in org.nuiton.eugene.models.object.xml that return ObjectModelInterface Modifier and Type Method Description ObjectModelInterface
ObjectModelImpl. getInterface(String qualifiedInterfaceName)
Returns the interface corresponding to the given qualified name, or null if the model contains no interface for this qualified name.ObjectModelInterface
ObjectModelPackageImpl. 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()
-