| Package | Description |
|---|---|
| org.cip4.lib.xjdf | |
| org.cip4.lib.xjdf.schema |
| Modifier and Type | Method and Description |
|---|---|
Comment |
XJdfNodeFactory.createComment(String comment)
Create a new Comment Node which already contains a comment string as text.
|
| Modifier and Type | Field and Description |
|---|---|
protected Comment |
PreflightCheck.comment |
| Modifier and Type | Field and Description |
|---|---|
protected List<Comment> |
XJDF.comment |
protected List<Comment> |
SetType.comment |
protected List<Comment> |
Resource.comment |
protected List<Comment> |
ProductList.comment |
protected List<Comment> |
Product.comment |
protected List<Comment> |
Parameter.comment |
| Modifier and Type | Method and Description |
|---|---|
Comment |
ObjectFactory.createComment()
Create an instance of
Comment |
Comment |
PreflightCheck.getComment()
Gets the value of the comment property.
|
Comment |
Comment.withAgentName(String value) |
Comment |
Comment.withAgentVersion(String value) |
Comment |
Comment.withAttribute(String value) |
Comment |
Comment.withAuthor(String value) |
Comment |
Comment.withBox(Rectangle value) |
Comment |
Comment.withID(String value) |
Comment |
Comment.withLanguage(String value) |
Comment |
Comment.withName(String value) |
Comment |
Comment.withPath(String value) |
Comment |
Comment.withTimeStamp(DateTime value) |
Comment |
Comment.withValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
XJDF.getComment()
Gets the value of the comment property.
|
List<Comment> |
SetType.getComment()
Gets the value of the comment property.
|
List<Comment> |
Resource.getComment()
Gets the value of the comment property.
|
List<Comment> |
ProductList.getComment()
Gets the value of the comment property.
|
List<Comment> |
Product.getComment()
Gets the value of the comment property.
|
List<Comment> |
Parameter.getComment()
Gets the value of the comment property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PreflightCheck.setComment(Comment value)
Sets the value of the comment property.
|
XJDF |
XJDF.withComment(Comment... values) |
SetType |
SetType.withComment(Comment... values) |
ResourceSet |
ResourceSet.withComment(Comment... values) |
Resource |
Resource.withComment(Comment... values) |
ProductList |
ProductList.withComment(Comment... values) |
Product |
Product.withComment(Comment... values) |
ParameterSet |
ParameterSet.withComment(Comment... values) |
Parameter |
Parameter.withComment(Comment... values) |
PreflightCheck |
PreflightCheck.withComment(Comment value) |
| Modifier and Type | Method and Description |
|---|---|
XJDF |
XJDF.withComment(Collection<Comment> values) |
SetType |
SetType.withComment(Collection<Comment> values) |
ResourceSet |
ResourceSet.withComment(Collection<Comment> values) |
Resource |
Resource.withComment(Collection<Comment> values) |
ProductList |
ProductList.withComment(Collection<Comment> values) |
Product |
Product.withComment(Collection<Comment> values) |
ParameterSet |
ParameterSet.withComment(Collection<Comment> values) |
Parameter |
Parameter.withComment(Collection<Comment> values) |
Copyright © 2016. All rights reserved.