Uses of Enum Class
org.glassfish.hk2.xml.internal.AliasType
Packages that use AliasType
-
Uses of AliasType in org.glassfish.hk2.xml.internal
Methods in org.glassfish.hk2.xml.internal that return AliasTypeModifier and TypeMethodDescriptionChildDataModel.getAliasType()ParentedModel.getAliasType()static AliasTypeReturns the enum constant of this class with the specified name.static AliasType[]AliasType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.glassfish.hk2.xml.internal with parameters of type AliasTypeModifier and TypeMethodDescriptionvoidModelImpl.addChild(String childInterface, String namespace, String xmlTag, String xmlAlias, ChildType childType, String givenDefault, AliasType aliased, String childWrapperTag, String adapter, boolean required, String originalMethodName) voidModelImpl.addNonChild(String namespace, String xmlTag, String defaultValue, String childType, String childListType, boolean isReference, Format format, AliasType aliasType, String aliasOf, boolean required, String originalMethodName) voidModelImpl.addNonChild(QName qName, String defaultValue, String childType, String childListType, boolean isReference, Format format, AliasType aliasType, String aliasOf, boolean required, String originalMethodName) Constructors in org.glassfish.hk2.xml.internal with parameters of type AliasTypeModifierConstructorDescriptionChildDataModel(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)