Uses of Class
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlDirection

Packages that use XmlDirection
org.eclipse.jpt.jpa.eclipselink.core.resource.orm   
 

Uses of XmlDirection in org.eclipse.jpt.jpa.eclipselink.core.resource.orm
 

Fields in org.eclipse.jpt.jpa.eclipselink.core.resource.orm with type parameters of type XmlDirection
static java.util.List<XmlDirection> XmlDirection.VALUES
          A public read-only list of all the 'Xml Direction' enumerators.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm that return XmlDirection
 XmlDirection EclipseLinkOrmFactory.createXmlDirectionFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
static XmlDirection XmlDirection.get(int value)
          Returns the 'Xml Direction' literal with the specified integer value.
static XmlDirection XmlDirection.get(java.lang.String literal)
          Returns the 'Xml Direction' literal with the specified literal value.
static XmlDirection XmlDirection.getByName(java.lang.String name)
          Returns the 'Xml Direction' literal with the specified name.
 XmlDirection XmlStoredProcedureParameter.getDirection()
          Returns the value of the 'Direction' attribute.
static XmlDirection XmlDirection.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XmlDirection[] XmlDirection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm with parameters of type XmlDirection
 void XmlStoredProcedureParameter.setDirection(XmlDirection newDirection)
          Sets the value of the 'Direction' attribute.