Uses of Class
net.sf.jmd.metarepresentation.impl.Model.Type

Packages that use Model.Type
net.sf.jmd.checks.impl   
net.sf.jmd.metarepresentation   
net.sf.jmd.metarepresentation.impl   
 

Uses of Model.Type in net.sf.jmd.checks.impl
 

Methods in net.sf.jmd.checks.impl with parameters of type Model.Type
protected  java.util.List<IModelItem> Check.getClasses(Model.Type type)
           
protected  java.util.List<IModelItem> Check.getInterfaces(Model.Type type)
           
 

Uses of Model.Type in net.sf.jmd.metarepresentation
 

Methods in net.sf.jmd.metarepresentation that return Model.Type
 Model.Type IModel.getType()
           
 

Methods in net.sf.jmd.metarepresentation with parameters of type Model.Type
 java.util.List<IModelItem> IMetaRepresentation.getModelItems(Model.Type type)
           
 void IModel.setType(Model.Type newType)
           
 

Uses of Model.Type in net.sf.jmd.metarepresentation.impl
 

Methods in net.sf.jmd.metarepresentation.impl that return Model.Type
 Model.Type Model.getType()
           
static Model.Type Model.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Model.Type[] Model.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.jmd.metarepresentation.impl with parameters of type Model.Type
 java.util.List<IModelItem> MetaRepresentation.getModelItems(Model.Type type)
          
 void Model.setType(Model.Type newType)
           
 



Copyright © 2007-2010. All Rights Reserved.