Package com.sun.tools.xjc.reader
Class RawTypeSet
- java.lang.Object
-
- com.sun.tools.xjc.reader.RawTypeSet
-
public final class RawTypeSet extends Object
Set ofRawTypeSet.Ref.- Author:
- Kohsuke Kawaguchi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRawTypeSet.ModeRepresents the possible binding option for thisRawTypeSet.static classRawTypeSet.RefA reference to something.
-
Field Summary
Fields Modifier and Type Field Description RawTypeSet.ModecanBeTypeRefsTrue if this type set can form references to types.MultiplicitymulThe occurence of the whole references.Set<RawTypeSet.Ref>refs
-
Constructor Summary
Constructors Constructor Description RawTypeSet(Set<RawTypeSet.Ref> refs, Multiplicity m)Should be called from one of the raw type set builders.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTo(CElementPropertyInfo prop)voidaddTo(CReferencePropertyInfo prop)CElementPropertyInfo.CollectionModegetCollectionMode()javax.activation.MimeTypegetExpectedMimeType()com.sun.xml.bind.v2.model.core.IDid()booleanisRequired()
-
-
-
Field Detail
-
refs
public final Set<RawTypeSet.Ref> refs
-
canBeTypeRefs
public final RawTypeSet.Mode canBeTypeRefs
True if this type set can form references to types.
-
mul
public final Multiplicity mul
The occurence of the whole references.
-
-
Constructor Detail
-
RawTypeSet
public RawTypeSet(Set<RawTypeSet.Ref> refs, Multiplicity m)
Should be called from one of the raw type set builders.
-
-
Method Detail
-
getCollectionMode
public CElementPropertyInfo.CollectionMode getCollectionMode()
-
isRequired
public boolean isRequired()
-
addTo
public void addTo(CElementPropertyInfo prop)
-
addTo
public void addTo(CReferencePropertyInfo prop)
-
id
public com.sun.xml.bind.v2.model.core.ID id()
-
getExpectedMimeType
public javax.activation.MimeType getExpectedMimeType()
-
-