Uses of Interface
org.objectweb.jac.ide.Typed

Packages that use Typed
org.objectweb.jac.ide This package contains the implementation of the JAC's IDE: UMLAF (for UML Aspectual Factory). 
 

Uses of Typed in org.objectweb.jac.ide
 

Classes in org.objectweb.jac.ide that implement Typed
 class AspectMethod
           
 class Constructor
           
 class Field
           
 class FieldMethod
          Base class for Getter and Setter.
 class Getter
          Getter method for a field.
 class Instance
           
 class Member
          A member item of a class such as a field or a method.
 class Method
           
 class Parameter
           
 class RelationRole
           
 class Role
           
 class Setter
           
 class TypedElement
           
 

Methods in org.objectweb.jac.ide that return Typed
 Typed RelationRole.getPrimaryKey()
           
 

Methods in org.objectweb.jac.ide with parameters of type Typed
static String CodeGeneration.keyWrapper(Typed keyField, String value)
           
 void RelationRole.setPrimaryKey(Typed primaryKey)