| Package | Description |
|---|---|
| org.cip4.lib.xjdf | |
| org.cip4.lib.xjdf.builder | |
| org.cip4.lib.xjdf.schema | |
| org.cip4.lib.xjdf.type |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
XJdfNodeFactory.createParameter(ParameterType parameterType)
Create a new Parameter node from ParameterType.
|
Parameter |
XJdfNodeFactory.createParameter(ParameterType parameterType,
Part part)
Create a new Parameter node from ParameterType and Part.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XJdfBuilder.addParameter(Parameter parameter)
Append Parameter node to xJdf Document.
|
void |
XJdfBuilder.addParameter(Parameter parameter,
String processUsage)
Append Parameter node to xJdf Document.
|
| Modifier and Type | Field and Description |
|---|---|
protected Parameter |
Resource.contactRef |
protected Parameter |
Created.contactRef |
protected Parameter |
ApprovalPerson.contactRef |
| Modifier and Type | Field and Description |
|---|---|
protected List<Parameter> |
ParameterSet.parameter |
| Modifier and Type | Method and Description |
|---|---|
List<Parameter> |
ParameterSet.getParameter()
Gets the value of the parameter property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.setContactRef(Parameter value)
Sets the value of the contactRef property.
|
void |
Created.setContactRef(Parameter value)
Sets the value of the contactRef property.
|
void |
ApprovalPerson.setContactRef(Parameter value)
Sets the value of the contactRef property.
|
Resource |
Resource.withContactRef(Parameter value) |
Created |
Created.withContactRef(Parameter value) |
ApprovalPerson |
ApprovalPerson.withContactRef(Parameter value) |
ParameterSet |
ParameterSet.withParameter(Parameter... values) |
| Modifier and Type | Method and Description |
|---|---|
ParameterSet |
ParameterSet.withParameter(Collection<Parameter> values) |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
IDREF.getParameter() |
Copyright © 2016. All rights reserved.