| Package | Description |
|---|---|
| org.cip4.lib.xjdf | |
| org.cip4.lib.xjdf.builder | |
| org.cip4.lib.xjdf.schema |
| Modifier and Type | Method and Description |
|---|---|
Resource |
XJdfNodeFactory.createResource(ResourceType resourceType,
Part part)
Create a new Resource node from ResourceType and Part.
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
XJdfBuilder.addResource(ResourceType resourceType,
Part part)
Append Resource node to xJdf Document.
|
Resource |
XJdfBuilder.addResource(ResourceType resourceType,
Part part,
String processUsage)
Append Resource node to xJdf Document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XJdfBuilder.addResource(Resource resource,
String processUsage)
Append Resource node to xJdf Document.
|
| Modifier and Type | Field and Description |
|---|---|
protected Resource |
ShapeCut.mediaRef |
protected Resource |
PhaseAmount.rRef |
| Modifier and Type | Field and Description |
|---|---|
protected List<Resource> |
ResourceSet.resource |
protected List<Resource> |
ResourceCmdParams.resource |
protected List<Resource> |
PipeParams.resource |
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
ResourceSet.getResource()
Gets the value of the resource property.
|
List<Resource> |
ResourceCmdParams.getResource()
Gets the value of the resource property.
|
List<Resource> |
PipeParams.getResource()
Gets the value of the resource property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShapeCut.setMediaRef(Resource value)
Sets the value of the mediaRef property.
|
void |
PhaseAmount.setRRef(Resource value)
Sets the value of the rRef property.
|
ShapeCut |
ShapeCut.withMediaRef(Resource value) |
ResourceSet |
ResourceSet.withResource(Resource... values) |
ResourceCmdParams |
ResourceCmdParams.withResource(Resource... values) |
PipeParams |
PipeParams.withResource(Resource... values) |
PhaseAmount |
PhaseAmount.withRRef(Resource value) |
| Modifier and Type | Method and Description |
|---|---|
ResourceSet |
ResourceSet.withResource(Collection<Resource> values) |
ResourceCmdParams |
ResourceCmdParams.withResource(Collection<Resource> values) |
PipeParams |
PipeParams.withResource(Collection<Resource> values) |
Copyright © 2016. All rights reserved.