public final class RawTypeSet
extends java.lang.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.
|
java.util.Set<RawTypeSet.Ref> |
refs |
| Constructor | Description |
|---|---|
RawTypeSet(java.util.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() |
|
javax.activation.MimeType |
getExpectedMimeType() |
|
com.sun.xml.bind.v2.model.core.ID |
id() |
|
boolean |
isRequired() |
public final java.util.Set<RawTypeSet.Ref> refs
public final RawTypeSet.Mode canBeTypeRefs
public final Multiplicity mul
public RawTypeSet(java.util.Set<RawTypeSet.Ref> refs, Multiplicity m)
public CElementPropertyInfo.CollectionMode getCollectionMode()
public boolean isRequired()
public void addTo(CElementPropertyInfo prop)
public void addTo(CReferencePropertyInfo prop)
public com.sun.xml.bind.v2.model.core.ID id()
public javax.activation.MimeType getExpectedMimeType()
Copyright © 2017 Oracle Corporation. All rights reserved.