Package org.ivoa.dm.regtap
Class Detail.DetailBuilder
java.lang.Object
org.ivoa.dm.regtap.Detail.DetailBuilder
- Enclosing class:
- Detail
A builder class for Detail, mainly for use in the functional builder pattern.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe index of the parent capability; if NULL the xpath-value pair describes a member of the entire resource.(Atomic) value of the member.The xpath of the data item. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cap_index
The index of the parent capability; if NULL the xpath-value pair describes a member of the entire resource. -
detail_xpath
The xpath of the data item. -
detail_value
(Atomic) value of the member.
-
-
Constructor Details
-
DetailBuilder
public DetailBuilder()
-
-
Method Details
-
create
create a Detail from this builder.- Returns:
- an object initialized from the builder.
-