|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParameterKind | |
|---|---|
| com.cisco.oss.foundation.configuration.xml.jaxb | |
| Uses of ParameterKind in com.cisco.oss.foundation.configuration.xml.jaxb |
|---|
| Fields in com.cisco.oss.foundation.configuration.xml.jaxb declared as ParameterKind | |
|---|---|
protected ParameterKind |
StructureMemberDefinition.type
|
protected ParameterKind |
Parameter.type
|
protected ParameterKind |
ParameterType.type
|
| Methods in com.cisco.oss.foundation.configuration.xml.jaxb that return ParameterKind | |
|---|---|
static ParameterKind |
ParameterKind.fromValue(String v)
|
ParameterKind |
StructureMemberDefinition.getType()
Gets the value of the type property. |
ParameterKind |
Parameter.getType()
Gets the value of the type property. |
ParameterKind |
ParameterType.getType()
Gets the value of the type property. |
static ParameterKind |
ParameterKind.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ParameterKind[] |
ParameterKind.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.cisco.oss.foundation.configuration.xml.jaxb with parameters of type ParameterKind | |
|---|---|
void |
StructureMemberDefinition.setType(ParameterKind value)
Sets the value of the type property. |
void |
Parameter.setType(ParameterKind value)
Sets the value of the type property. |
void |
ParameterType.setType(ParameterKind value)
Sets the value of the type property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||