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 |
ModelImpl.addChild(String childInterface,
String namespace,
String xmlTag,
String xmlAlias,
ChildType childType,
String givenDefault,
AliasType aliased,
String childWrapperTag,
String adapter,
boolean required,
String originalMethodName) |
Constructor and Description |
---|
ParentedModel(String childInterface,
String childXmlNamespace,
String childXmlTag,
String childXmlAlias,
ChildType childType,
String givenDefault,
AliasType aliased,
String childXmlWrapperTag,
String adapterClassName,
boolean required,
String originalMethodName) |
Copyright © 2009–2023 Oracle Corporation. All rights reserved.