| Package | Description |
|---|---|
| org.cip4.lib.xjdf.comparator | |
| org.cip4.lib.xjdf.schema | |
| org.cip4.lib.xjdf.util |
| Modifier and Type | Method and Description |
|---|---|
int |
SetTypeComparator.compare(SetType o1,
SetType o2) |
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterSet
Java class for ParameterSet complex type.
|
class |
ResourceSet
Java class for ResourceSet complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends SetType>> |
XJDF.setType |
| Modifier and Type | Method and Description |
|---|---|
SetType |
SetType.withComment(Collection<Comment> values) |
SetType |
SetType.withComment(Comment... values) |
SetType |
SetType.withDependent(Collection<Dependent> values) |
SetType |
SetType.withDependent(Dependent... values) |
SetType |
SetType.withDescriptiveName(String value) |
SetType |
SetType.withGeneralID(Collection<GeneralID> values) |
SetType |
SetType.withGeneralID(GeneralID... values) |
SetType |
SetType.withID(String value) |
SetType |
SetType.withName(String value) |
SetType |
SetType.withProcessUsage(String value) |
SetType |
SetType.withUsage(EnumUsage value) |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<SetType> |
ObjectFactory.createSetType(SetType value)
|
List<JAXBElement<? extends SetType>> |
XJDF.getSetType()
Gets the value of the setType property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<SetType> |
ObjectFactory.createSetType(SetType value)
|
| Modifier and Type | Method and Description |
|---|---|
XJDF |
XJDF.withSetType(Collection<JAXBElement<? extends SetType>> values) |
| Modifier and Type | Class and Description |
|---|---|
class |
Assets<S extends SetType,T,U>
This class provides simple access to asset sets.
|
| Modifier and Type | Method and Description |
|---|---|
SetType |
SetTypeWrapper.get(int index) |
SetType |
SetTypeWrapper.remove(int index) |
SetType |
SetTypeWrapper.set(int index,
SetType element) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<SetType> |
SetTypeWrapper.iterator() |
ListIterator<SetType> |
SetTypeWrapper.listIterator() |
ListIterator<SetType> |
SetTypeWrapper.listIterator(int index) |
List<SetType> |
SetTypeWrapper.subList(int fromIndex,
int toIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
SetTypeWrapper.add(int index,
SetType element) |
boolean |
SetTypeWrapper.add(SetType t) |
SetType |
SetTypeWrapper.set(int index,
SetType element) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SetTypeWrapper.addAll(Collection<? extends SetType> c) |
boolean |
SetTypeWrapper.addAll(int index,
Collection<? extends SetType> c) |
| Constructor and Description |
|---|
Assets(List<? extends SetType> assetSets)
Constructor.
|
Parameters(List<? extends SetType> assetSets)
Constructor.
|
Resources(List<? extends SetType> assetSets)
Constructor.
|
SetTypeWrapper(List<JAXBElement<? extends SetType>> wrappedList)
Constructor.
|
Copyright © 2016. All rights reserved.