Package | Description |
---|---|
org.glassfish.hk2.xml.internal |
Modifier and Type | Method and Description |
---|---|
AliasType |
ChildDataModel.getAliasType() |
AliasType |
ParentedModel.getAliasType() |
static AliasType |
AliasType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AliasType[] |
AliasType.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) |
void |
ModelImpl.addNonChild(QName qName,
String defaultValue,
String childType,
String childListType,
boolean isReference,
Format format,
AliasType aliasType,
String aliasOf,
boolean required,
String originalMethodName) |
void |
ModelImpl.addNonChild(String namespace,
String xmlTag,
String defaultValue,
String childType,
String childListType,
boolean isReference,
Format format,
AliasType aliasType,
String aliasOf,
boolean required,
String originalMethodName) |
Constructor and Description |
---|
ChildDataModel(String childType,
String childListType,
String defaultAsString,
boolean isReference,
Format format,
AliasType aliasType,
String aliasOf,
boolean required,
String originalMethodName) |
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.