Uses of Class
com.sun.xml.registry.uddi.bindings_v2_2.Direction
-
Packages that use Direction Package Description com.sun.xml.registry.uddi.bindings_v2_2 -
-
Uses of Direction in com.sun.xml.registry.uddi.bindings_v2_2
Fields in com.sun.xml.registry.uddi.bindings_v2_2 declared as Direction Modifier and Type Field Description protected DirectionSharedRelationships. directionMethods in com.sun.xml.registry.uddi.bindings_v2_2 that return Direction Modifier and Type Method Description static DirectionDirection. fromValue(String v)DirectionSharedRelationships. getDirection()Gets the value of the direction property.static DirectionDirection. valueOf(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 com.sun.xml.registry.uddi.bindings_v2_2 with parameters of type Direction Modifier and Type Method Description voidSharedRelationships. setDirection(Direction value)Sets the value of the direction property.
-