Uses of Class
org.glassfish.jaxb.core.v2.model.core.PropertyKind
-
Packages that use PropertyKind Package Description com.sun.tools.xjc.model Implementation of theorg.glassfish.jaxb.core.v2.model.corepackage for XJC.org.glassfish.jaxb.core.v2.model.core The in-memory model of the JAXB-bound beans.org.glassfish.jaxb.runtime.v2.runtime.property -
-
Uses of PropertyKind in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model that return PropertyKind Modifier and Type Method Description PropertyKindCAttributePropertyInfo. kind()PropertyKindCElementPropertyInfo. kind()PropertyKindCReferencePropertyInfo. kind()PropertyKindCValuePropertyInfo. kind() -
Uses of PropertyKind in org.glassfish.jaxb.core.v2.model.core
Methods in org.glassfish.jaxb.core.v2.model.core that return PropertyKind Modifier and Type Method Description PropertyKindPropertyInfo. kind()Gets the kind of this property.static PropertyKindPropertyKind. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyKind[]PropertyKind. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PropertyKind in org.glassfish.jaxb.runtime.v2.runtime.property
Methods in org.glassfish.jaxb.runtime.v2.runtime.property that return PropertyKind Modifier and Type Method Description PropertyKindAttributeProperty. getKind()PropertyKindProperty. getKind()Gets the Kind of propertyPropertyKindValueProperty. getKind()
-