| Package | Description |
|---|---|
| org.jboss.logging.processor.model |
| Modifier and Type | Method and Description |
|---|---|
Parameter.ParameterType |
Parameter.parameterType()
Returns the
parameter type of the parameter. |
static Parameter.ParameterType |
Parameter.ParameterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Parameter.ParameterType[] |
Parameter.ParameterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Parameter> |
MessageMethod.parameters(Parameter.ParameterType parameterType)
Returns an unmodifiable collection of the parameters specified by the parameter type or an empty set.
|
Set<Parameter> |
MessageMethod.parameters(Parameter.ParameterType parameterType,
Parameter.ParameterType... parameterTypes)
Returns an unmodifiable collection of the parameters specified by the parameter type or an empty set.
|
Set<Parameter> |
MessageMethod.parameters(Parameter.ParameterType parameterType,
Parameter.ParameterType... parameterTypes)
Returns an unmodifiable collection of the parameters specified by the parameter type or an empty set.
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.