src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/PropertyKind.java

Print this page

        

*** 27,39 **** import javax.xml.bind.annotation.XmlMimeType; import javax.xml.bind.annotation.XmlType; import javax.xml.bind.annotation.XmlInlineBinaryData; - import com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory; - - /** * An Enum that indicates if the property is * Element, ElementRef, Value, or Attribute. * * <p> --- 27,36 ----
*** 58,68 **** * This kind of properties need to show up in {@link XmlType#propOrder()}. */ public final boolean isOrdered; /** ! * {@link PropertyFactory} benefits from having index numbers assigned to * {@link #ELEMENT}, {@link #REFERENCE}, and {@link #MAP} in this order. */ public final int propertyIndex; PropertyKind(boolean canHaveExpectedContentType, boolean isOrdered, int propertyIndex) { --- 55,65 ---- * This kind of properties need to show up in {@link XmlType#propOrder()}. */ public final boolean isOrdered; /** ! * {@link com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory} benefits from having index numbers assigned to * {@link #ELEMENT}, {@link #REFERENCE}, and {@link #MAP} in this order. */ public final int propertyIndex; PropertyKind(boolean canHaveExpectedContentType, boolean isOrdered, int propertyIndex) {