com.sun.tools.xjc.reader
public final class RawTypeSet extends Object
Nested Class Summary | |
---|---|
static class | RawTypeSet.Mode
Represents the possible binding option for this RawTypeSet. |
abstract static class | RawTypeSet.Ref
A reference to something.
|
Field Summary | |
---|---|
RawTypeSet.Mode | canBeTypeRefs
True if this type set can form references to types. |
Multiplicity | mul
The occurence of the whole references. |
Set<RawTypeSet.Ref> | refs |
Constructor Summary | |
---|---|
RawTypeSet(Set<RawTypeSet.Ref> refs, Multiplicity m)
Should be called from one of the raw type set builders. |
Method Summary | |
---|---|
void | addTo(CElementPropertyInfo prop) |
void | addTo(CReferencePropertyInfo prop) |
CElementPropertyInfo.CollectionMode | getCollectionMode() |
MimeType | getExpectedMimeType() |
ID | id() |
boolean | isRequired() |