Uses of Enum
com.github.markusbernhardt.proxy.util.PListParser.ElementType
Packages that use PListParser.ElementType
-
Uses of PListParser.ElementType in com.github.markusbernhardt.proxy.util
Subclasses with type arguments of type PListParser.ElementType in com.github.markusbernhardt.proxy.utilModifier and TypeClassDescriptionprivate static enumAll element types possible for a plist.Fields in com.github.markusbernhardt.proxy.util with type parameters of type PListParser.ElementTypeModifier and TypeFieldDescriptionprivate final Map<Class<?>, PListParser.ElementType> PListParser.m_simpleTypesMethods in com.github.markusbernhardt.proxy.util that return PListParser.ElementTypeModifier and TypeMethodDescriptionstatic PListParser.ElementTypeReturns the enum constant of this type with the specified name.static PListParser.ElementType[]PListParser.ElementType.values()Returns an array containing the constants of this enum type, in the order they are declared.