XrefPropertyValue.Builder |
XrefPropertyValue.Builder.addAllXrefs(Iterable<String> elements) |
Adds elements to xrefs list.
|
XrefPropertyValue.Builder |
XrefPropertyValue.Builder.addXref(String element) |
Adds one element to xrefs list.
|
XrefPropertyValue.Builder |
XrefPropertyValue.Builder.addXrefs(String... elements) |
Adds elements to xrefs list.
|
XrefPropertyValue.Builder |
XrefPropertyValue.Builder.from(AbstractXrefPropertyValue instance) |
Fill a builder with attribute values from the provided org.geneontology.obographs.core.model.meta.AbstractXrefPropertyValue instance.
|
XrefPropertyValue.Builder |
XrefPropertyValue.Builder.from(PropertyValue instance) |
Fill a builder with attribute values from the provided org.geneontology.obographs.core.model.meta.PropertyValue instance.
|
XrefPropertyValue.Builder |
XrefPropertyValue.Builder.lbl(String lbl) |
Initializes the value for the lbl attribute.
|
XrefPropertyValue.Builder |
XrefPropertyValue.Builder.meta(Meta meta) |
Initializes the value for the meta attribute.
|
XrefPropertyValue.Builder |
XrefPropertyValue.Builder.pred(String pred) |
Initializes the value for the pred attribute.
|
XrefPropertyValue.Builder |
XrefPropertyValue.Builder.val(String val) |
Initializes the value for the val attribute.
|
XrefPropertyValue.Builder |
XrefPropertyValue.Builder.xrefs(Iterable<String> elements) |
Sets or replaces all elements for xrefs list.
|