Apache CXF API

Uses of Class
org.apache.cxf.binding.corba.wsdl.ModeType

Packages that use ModeType
org.apache.cxf.binding.corba.wsdl   
 

Uses of ModeType in org.apache.cxf.binding.corba.wsdl
 

Fields in org.apache.cxf.binding.corba.wsdl declared as ModeType
protected  ModeType ParamType.mode
           
 

Methods in org.apache.cxf.binding.corba.wsdl that return ModeType
static ModeType ModeType.fromValue(String v)
           
 ModeType ParamType.getMode()
          Gets the value of the mode property.
static ModeType ModeType.valueOf(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.cxf.binding.corba.wsdl with parameters of type ModeType
 void ParamType.setMode(ModeType value)
          Sets the value of the mode property.
 


Apache CXF API

Apache CXF