Uses of Class
org.glassfish.jaxb.core.v2.model.core.ID
-
Packages that use ID Package Description org.glassfish.jaxb.core.v2.model.core The in-memory model of the JAXB-bound beans. -
-
Uses of ID in org.glassfish.jaxb.core.v2.model.core
Methods in org.glassfish.jaxb.core.v2.model.core that return ID Modifier and Type Method Description IDPropertyInfo. id()Returns the IDness of the value of this element.static IDID. valueOf(String name)Returns the enum constant of this type with the specified name.static ID[]ID. values()Returns an array containing the constants of this enum type, in the order they are declared.
-