Package com.sun.tools.xjc.reader
Class RawTypeSet
java.lang.Object
com.sun.tools.xjc.reader.RawTypeSet
Set of
RawTypeSet.Ref.- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumRepresents the possible binding option for thisRawTypeSet.static classA reference to something. -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal RawTypeSet.ModeTrue if this type set can form references to types.final MultiplicityThe occurence of the whole references.final Set<RawTypeSet.Ref> -
Constructor Summary
ConstructorsConstructorDescriptionRawTypeSet(Set<RawTypeSet.Ref> refs, Multiplicity m) Should be called from one of the raw type set builders. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTo(CElementPropertyInfo prop) voidaddTo(CReferencePropertyInfo prop) jakarta.activation.MimeTypeorg.glassfish.jaxb.core.v2.model.core.IDid()boolean
-
Field Details
-
refs
-
canBeTypeRefs
True if this type set can form references to types. -
mul
The occurence of the whole references.
-
-
Constructor Details
-
RawTypeSet
Should be called from one of the raw type set builders.
-
-
Method Details
-
getCollectionMode
-
isRequired
public boolean isRequired() -
addTo
-
addTo
-
id
public org.glassfish.jaxb.core.v2.model.core.ID id() -
getExpectedMimeType
public jakarta.activation.MimeType getExpectedMimeType()
-