Uses of Interface
org.eclipse.emf.java.JField

Packages that use JField
org.eclipse.emf.java   
org.eclipse.emf.java.impl   
org.eclipse.emf.java.util   
 

Uses of JField in org.eclipse.emf.java
 

Methods in org.eclipse.emf.java that return JField
 JField JavaFactory.createJField()
          Returns a new object of class 'JField'
 

Methods in org.eclipse.emf.java that return types with arguments of type JField
 EList<JField> JClass.getAllFields()
          Returns the value of the 'All Fields' reference list.
 EList<JField> JClass.getFields()
          Returns the value of the 'Fields' reference list.
 

Uses of JField in org.eclipse.emf.java.impl
 

Classes in org.eclipse.emf.java.impl that implement JField
 class JFieldImpl
          An implementation of the model object 'JField'
 

Methods in org.eclipse.emf.java.impl that return JField
 JField JavaFactoryImpl.createJField()
           
 

Methods in org.eclipse.emf.java.impl that return types with arguments of type JField
 EList<JField> JClassImpl.getAllFields()
           
 EList<JField> JClassImpl.getFields()
           
 

Methods in org.eclipse.emf.java.impl with parameters of type JField
protected static void JFieldImpl.JHelper.handleJNode(JField field)
           
 

Uses of JField in org.eclipse.emf.java.util
 

Methods in org.eclipse.emf.java.util with parameters of type JField
 T JavaSwitch.caseJField(JField object)
          Returns the result of interpreting the object as an instance of 'JField'
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.