| Package | Description |
|---|---|
| org.glassfish.hk2.xml.internal |
| Modifier and Type | Method and Description |
|---|---|
ChildType |
ParentedModel.getChildType() |
static ChildType |
ChildType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChildType[] |
ChildType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Model.addChild(String childInterface,
String xmlTag,
ChildType childType,
String givenDefault,
Map<String,String> childDefault) |
| Constructor and Description |
|---|
ParentedModel(String childInterface,
String childXmlTag,
ChildType childType,
String givenDefault,
Map<String,String> defaultChild) |
Copyright © 2009-2016 Oracle Corporation. All Rights Reserved.