| Package | Description |
|---|---|
| org.glassfish.hk2.xml.internal |
| Modifier and Type | Method and Description |
|---|---|
MethodType |
MethodInformation.getMethodType() |
static MethodType |
MethodType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodType[] |
MethodType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MethodInformation(AltMethod originalMethod,
MethodType methodType,
String decapitalizedMethodProperty,
String representedProperty,
String defaultValue,
AltClass baseChildType,
AltClass gsType,
boolean key,
boolean isList,
boolean isArray,
boolean isReference,
boolean isElement) |
Copyright © 2009-2016 Oracle Corporation. All Rights Reserved.