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