Uses of Class
org.apache.type_test.types1.DecimalEnum
-
Packages that use DecimalEnum Package Description org.apache.cxf.systest.type_test org.apache.type_test.doc org.apache.type_test.rpc org.apache.type_test.types1 org.apache.type_test.xml -
-
Uses of DecimalEnum in org.apache.cxf.systest.type_test
Methods in org.apache.cxf.systest.type_test that return DecimalEnum Modifier and Type Method Description DecimalEnumTypeTestImpl. testDecimalEnum(DecimalEnum x, javax.xml.ws.Holder<DecimalEnum> y, javax.xml.ws.Holder<DecimalEnum> z)Methods in org.apache.cxf.systest.type_test with parameters of type DecimalEnum Modifier and Type Method Description DecimalEnumTypeTestImpl. testDecimalEnum(DecimalEnum x, javax.xml.ws.Holder<DecimalEnum> y, javax.xml.ws.Holder<DecimalEnum> z)Method parameters in org.apache.cxf.systest.type_test with type arguments of type DecimalEnum Modifier and Type Method Description DecimalEnumTypeTestImpl. testDecimalEnum(DecimalEnum x, javax.xml.ws.Holder<DecimalEnum> y, javax.xml.ws.Holder<DecimalEnum> z) -
Uses of DecimalEnum in org.apache.type_test.doc
Fields in org.apache.type_test.doc declared as DecimalEnum Modifier and Type Field Description protected DecimalEnumTestDecimalEnumResponse. _returnprotected DecimalEnumTestDecimalEnum. xprotected DecimalEnumTestDecimalEnum. yprotected DecimalEnumTestDecimalEnumResponse. yprotected DecimalEnumTestDecimalEnumResponse. zMethods in org.apache.type_test.doc that return DecimalEnum Modifier and Type Method Description DecimalEnumTestDecimalEnumResponse. getReturn()Gets the value of the return property.DecimalEnumTestDecimalEnum. getX()Gets the value of the x property.DecimalEnumTestDecimalEnum. getY()Gets the value of the y property.DecimalEnumTestDecimalEnumResponse. getY()Gets the value of the y property.DecimalEnumTestDecimalEnumResponse. getZ()Gets the value of the z property.DecimalEnumTypeTestPortType. testDecimalEnum(DecimalEnum x, javax.xml.ws.Holder<DecimalEnum> y, javax.xml.ws.Holder<DecimalEnum> z)Methods in org.apache.type_test.doc with parameters of type DecimalEnum Modifier and Type Method Description voidTestDecimalEnumResponse. setReturn(DecimalEnum value)Sets the value of the return property.voidTestDecimalEnum. setX(DecimalEnum value)Sets the value of the x property.voidTestDecimalEnum. setY(DecimalEnum value)Sets the value of the y property.voidTestDecimalEnumResponse. setY(DecimalEnum value)Sets the value of the y property.voidTestDecimalEnumResponse. setZ(DecimalEnum value)Sets the value of the z property.DecimalEnumTypeTestPortType. testDecimalEnum(DecimalEnum x, javax.xml.ws.Holder<DecimalEnum> y, javax.xml.ws.Holder<DecimalEnum> z)Method parameters in org.apache.type_test.doc with type arguments of type DecimalEnum Modifier and Type Method Description DecimalEnumTypeTestPortType. testDecimalEnum(DecimalEnum x, javax.xml.ws.Holder<DecimalEnum> y, javax.xml.ws.Holder<DecimalEnum> z) -
Uses of DecimalEnum in org.apache.type_test.rpc
Methods in org.apache.type_test.rpc that return DecimalEnum Modifier and Type Method Description DecimalEnumTypeTestPortType. testDecimalEnum(DecimalEnum x, javax.xml.ws.Holder<DecimalEnum> y, javax.xml.ws.Holder<DecimalEnum> z)Methods in org.apache.type_test.rpc with parameters of type DecimalEnum Modifier and Type Method Description DecimalEnumTypeTestPortType. testDecimalEnum(DecimalEnum x, javax.xml.ws.Holder<DecimalEnum> y, javax.xml.ws.Holder<DecimalEnum> z)Method parameters in org.apache.type_test.rpc with type arguments of type DecimalEnum Modifier and Type Method Description DecimalEnumTypeTestPortType. testDecimalEnum(DecimalEnum x, javax.xml.ws.Holder<DecimalEnum> y, javax.xml.ws.Holder<DecimalEnum> z) -
Uses of DecimalEnum in org.apache.type_test.types1
Methods in org.apache.type_test.types1 that return DecimalEnum Modifier and Type Method Description static DecimalEnumDecimalEnum. fromValue(BigDecimal v)static DecimalEnumDecimalEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DecimalEnum[]DecimalEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DecimalEnum in org.apache.type_test.xml
Fields in org.apache.type_test.xml declared as DecimalEnum Modifier and Type Field Description protected DecimalEnumTestDecimalEnumResponse. _returnprotected DecimalEnumTestDecimalEnum. xprotected DecimalEnumTestDecimalEnum. yprotected DecimalEnumTestDecimalEnumResponse. yprotected DecimalEnumTestDecimalEnumResponse. zMethods in org.apache.type_test.xml that return DecimalEnum Modifier and Type Method Description DecimalEnumTestDecimalEnumResponse. getReturn()Gets the value of the return property.DecimalEnumTestDecimalEnum. getX()Gets the value of the x property.DecimalEnumTestDecimalEnum. getY()Gets the value of the y property.DecimalEnumTestDecimalEnumResponse. getY()Gets the value of the y property.DecimalEnumTestDecimalEnumResponse. getZ()Gets the value of the z property.DecimalEnumTypeTestPortType. testDecimalEnum(DecimalEnum x, javax.xml.ws.Holder<DecimalEnum> y, javax.xml.ws.Holder<DecimalEnum> z)Methods in org.apache.type_test.xml with parameters of type DecimalEnum Modifier and Type Method Description voidTestDecimalEnumResponse. setReturn(DecimalEnum value)Sets the value of the return property.voidTestDecimalEnum. setX(DecimalEnum value)Sets the value of the x property.voidTestDecimalEnum. setY(DecimalEnum value)Sets the value of the y property.voidTestDecimalEnumResponse. setY(DecimalEnum value)Sets the value of the y property.voidTestDecimalEnumResponse. setZ(DecimalEnum value)Sets the value of the z property.DecimalEnumTypeTestPortType. testDecimalEnum(DecimalEnum x, javax.xml.ws.Holder<DecimalEnum> y, javax.xml.ws.Holder<DecimalEnum> z)Method parameters in org.apache.type_test.xml with type arguments of type DecimalEnum Modifier and Type Method Description DecimalEnumTypeTestPortType. testDecimalEnum(DecimalEnum x, javax.xml.ws.Holder<DecimalEnum> y, javax.xml.ws.Holder<DecimalEnum> z)
-