Uses of Enum Class
org.glassfish.hk2.xml.internal.ChildType
Packages that use ChildType
-
Uses of ChildType in org.glassfish.hk2.xml.internal
Methods in org.glassfish.hk2.xml.internal that return ChildTypeModifier and TypeMethodDescriptionParentedModel.getChildType()static ChildTypeReturns the enum constant of this class with the specified name.static ChildType[]ChildType.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 ChildTypeModifier 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) Constructors in org.glassfish.hk2.xml.internal with parameters of type ChildType