Class Format.FormatBuilder
java.lang.Object
org.ivoa.dm.registry.vodataservice.Format.FormatBuilder
- Enclosing class:
- Format
A builder class for Format, mainly for use in the functional builder pattern.
-
Field Summary
FieldsModifier and TypeFieldDescriptionIf true, the content of the element is an RFC 2046-compliant media time.. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
. -
isMIMEType
If true, the content of the element is an RFC 2046-compliant media time.
-
-
Constructor Details
-
FormatBuilder
public FormatBuilder()
-
-
Method Details
-
create
create a Format from this builder.- Returns:
- an object initialized from the builder.
-