Enum Class Wsdl2JavaParam.Wsdl2JavaParamCollection
java.lang.Object
java.lang.Enum<Wsdl2JavaParam.Wsdl2JavaParamCollection>
io.quarkiverse.cxf.deployment.codegen.Wsdl2JavaParam.Wsdl2JavaParamCollection
- All Implemented Interfaces:
Serializable,Comparable<Wsdl2JavaParam.Wsdl2JavaParamCollection>,Constable
- Enclosing class:
- Wsdl2JavaParam
public static enum Wsdl2JavaParam.Wsdl2JavaParamCollection
extends Enum<Wsdl2JavaParam.Wsdl2JavaParamCollection>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription-optionName val1,val2-optionName val1 -optionName val2Used for non-collectionsSpecial for-xjc*family of options -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
commaSeparated
-optionName val1,val2 -
multiParam
-optionName val1 -optionName val2 -
xjc
Special for-xjc*family of options -
none
Used for non-collections
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-