Uses of Class
org.apache.cxf.binding.corba.wsdl.ModeType
-
Packages that use ModeType Package Description 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 Modifier and Type Field Description protected ModeTypeParamType. modeMethods in org.apache.cxf.binding.corba.wsdl that return ModeType Modifier and Type Method Description static ModeTypeModeType. fromValue(String v)ModeTypeParamType. getMode()Gets the value of the mode property.static ModeTypeModeType. 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 are declared.Methods in org.apache.cxf.binding.corba.wsdl with parameters of type ModeType Modifier and Type Method Description voidParamType. setMode(ModeType value)Sets the value of the mode property.
-