public final class RawTypeSet extends Object
RawTypeSet.Ref
.Modifier and Type | Class | Description |
---|---|---|
static class |
RawTypeSet.Mode |
Represents the possible binding option for this
RawTypeSet . |
static class |
RawTypeSet.Ref |
A reference to something.
|
Modifier and Type | Field | Description |
---|---|---|
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 | Description |
---|---|
RawTypeSet(Set<RawTypeSet.Ref> refs,
Multiplicity m) |
Should be called from one of the raw type set builders.
|
Modifier and Type | Method | Description |
---|---|---|
void |
addTo(CElementPropertyInfo prop) |
|
void |
addTo(CReferencePropertyInfo prop) |
|
CElementPropertyInfo.CollectionMode |
getCollectionMode() |
|
MimeType |
getExpectedMimeType() |
|
ID |
id() |
|
boolean |
isRequired() |
public final Set<RawTypeSet.Ref> refs
public final RawTypeSet.Mode canBeTypeRefs
public final Multiplicity mul
public RawTypeSet(Set<RawTypeSet.Ref> refs, Multiplicity m)
public CElementPropertyInfo.CollectionMode getCollectionMode()
public boolean isRequired()
public void addTo(CElementPropertyInfo prop)
public void addTo(CReferencePropertyInfo prop)
public ID id()
public MimeType getExpectedMimeType()
Copyright © 2018 Oracle Corporation. All rights reserved.