Package | Description |
---|---|
org.glassfish.hk2.xml.internal |
Modifier and Type | Method and Description |
---|---|
ChildType |
ParentedNode.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 |
UnparentedNode.addChild(String xmlTag,
ChildType childType,
UnparentedNode child,
Map<String,String> defaultChild) |
Constructor and Description |
---|
ParentedNode(String childName,
ChildType childType,
UnparentedNode child,
Map<String,String> defaultChild) |
Copyright © 2009–2016 Oracle Corporation. All rights reserved.