Uses of Class
wt.tools.metamodel.ModelElement

Packages that use ModelElement
wt.tools.generation.language   
wt.tools.metamodel   
 

Uses of ModelElement in wt.tools.generation.language
 

Methods in wt.tools.generation.language with parameters of type ModelElement
private  String JavaSourceWriter.getDocumentation(ModelElement element, int portion)
           
protected  Vector ClassWriter.getPreserves(ModelElement element, String type)
           
protected  String ClassWriter.markerBegin(ModelElement element, String type, String preserve)
           
protected  String ClassWriter.markerEnd(ModelElement element, String type)
           
private  String JavaSourceWriter.getDocumentation(ModelElement element, int portion)
           
protected  Vector ClassWriter.getPreserves(ModelElement element, String type)
           
protected  String ClassWriter.markerBegin(ModelElement element, String type, String preserve)
           
protected  String ClassWriter.markerEnd(ModelElement element, String type)
           
 

Uses of ModelElement in wt.tools.metamodel
 

Subclasses of ModelElement in wt.tools.metamodel
 class Association
           
 class Attribute
           
 class ClassClass
           
 class ClassMember
           
 class ClassProperty
           
 class Dependency
           
 class Inherit
           
 class Key
           
 class Operation
           
 class PackageClass
           
 class PackageDependency
           
 class Parameter
           
 class Relationship
           
 class Role
           
 

Fields in wt.tools.metamodel declared as ModelElement
protected  ModelElement ModelElement.source
           
protected  ModelElement MatchedElement.compareTo
           
protected  ModelElement ModelElement.source
           
protected  ModelElement MatchedElement.compareTo
           
 

Methods in wt.tools.metamodel that return ModelElement
 ModelElement ModelElement.getOriginalSource()
           
 ModelElement ModelElement.getSource()
           
 ModelElement ModelElement.getOriginalSource()
           
 ModelElement ModelElement.getSource()
           
 

Methods in wt.tools.metamodel with parameters of type ModelElement
 void ModelElement.setSource(ModelElement theSource)
           
protected  void ModelElement.transferProperty(String name, ModelElement source)
           
static String Macro.columnName(String value, ModelElement element)
           
static String Macro.columnType(String value, ModelElement element)
           
static String Macro.expand(String value, ModelElement element, String tag)
           
static boolean Macro.expandBoolean(String value, ModelElement element, String tag)
           
static String Macro.localizable(String value, ModelElement element)
           
static String Macro.openIcon(String value, ModelElement element)
           
static String Macro.primitiveType(String value, ModelElement element)
           
static String Macro.standardIcon(String value, ModelElement element)
           
static String Macro.tableSpaceName(String value, ModelElement element)
           
 void ModelElement.setSource(ModelElement theSource)
           
protected  void ModelElement.transferProperty(String name, ModelElement source)
           
static String Macro.columnName(String value, ModelElement element)
           
static String Macro.columnType(String value, ModelElement element)
           
static String Macro.expand(String value, ModelElement element, String tag)
           
static boolean Macro.expandBoolean(String value, ModelElement element, String tag)
           
static String Macro.localizable(String value, ModelElement element)
           
static String Macro.openIcon(String value, ModelElement element)
           
static String Macro.primitiveType(String value, ModelElement element)
           
static String Macro.standardIcon(String value, ModelElement element)
           
static String Macro.tableSpaceName(String value, ModelElement element)
           
 

Constructors in wt.tools.metamodel with parameters of type ModelElement
MatchedElement(ModelElement theProperty)
           
MatchedElement(ModelElement theProperty)