Uses of Class
org.apache.ws.scout.model.uddi.v2.Direction

Packages that use Direction
org.apache.ws.scout.model.uddi.v2   
 

Uses of Direction in org.apache.ws.scout.model.uddi.v2
 

Fields in org.apache.ws.scout.model.uddi.v2 declared as Direction
protected  Direction SharedRelationships.direction
           
 

Methods in org.apache.ws.scout.model.uddi.v2 that return Direction
static Direction Direction.fromValue(java.lang.String v)
           
 Direction SharedRelationships.getDirection()
          Gets the value of the direction property.
static Direction Direction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Direction[] Direction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.ws.scout.model.uddi.v2 with parameters of type Direction
 void SharedRelationships.setDirection(Direction value)
          Sets the value of the direction property.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.