Uses of Enum Class
org.glassfish.hk2.xml.internal.Format
Packages that use Format
-
Uses of Format in org.glassfish.hk2.xml.internal
Methods in org.glassfish.hk2.xml.internal that return FormatModifier and TypeMethodDescriptionChildDataModel.getFormat()MethodInformation.getFormat()XmlElementData.getFormat()static FormatReturns the enum constant of this class with the specified name.static Format[]Format.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 FormatModifier and TypeMethodDescriptionvoidModelImpl.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 FormatModifierConstructorDescriptionChildDataModel(String childType, String childListType, String defaultAsString, boolean isReference, Format format, AliasType aliasType, String aliasOf, boolean required, String originalMethodName) MethodInformation(AltMethod originalMethod, MethodType methodType, String decapitalizedMethodProperty, QName representedProperty, String defaultValue, AltClass baseChildType, AltClass gsType, boolean key, boolean isList, boolean isArray, boolean isReference, Format format, AltClass listParameterizedType, String xmlWrapperTag, AdapterInformation adapterInfo, boolean required, String originalMethodName) -
Uses of Format in org.glassfish.hk2.xml.internal.alt
Methods in org.glassfish.hk2.xml.internal.alt that return Format