public final class RawTypeSet extends Object
RawTypeSet.Ref
.Modifier and Type | Class and 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 and 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 and Description |
---|
RawTypeSet(Set<RawTypeSet.Ref> refs,
Multiplicity m)
Should be called from one of the raw type set builders.
|
Modifier and Type | Method and 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 © 2021 JBoss by Red Hat. All rights reserved.