YOKO API

Uses of Class
org.apache.schemas.yoko.bindings.corba.ModeType

Packages that use ModeType
org.apache.schemas.yoko.bindings.corba   
 

Uses of ModeType in org.apache.schemas.yoko.bindings.corba
 

Fields in org.apache.schemas.yoko.bindings.corba declared as ModeType
protected  ModeType ParamType.mode
           
 

Methods in org.apache.schemas.yoko.bindings.corba that return ModeType
static ModeType ModeType.fromValue(java.lang.String v)
           
 ModeType ParamType.getMode()
          Gets the value of the mode property.
static ModeType ModeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ModeType[] ModeType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.schemas.yoko.bindings.corba with parameters of type ModeType
 void ParamType.setMode(ModeType value)
          Sets the value of the mode property.
 


YOKO API

-