Package org.ivoa.dm.registry.standard
Class StandardKey.StandardKeyBuilder
java.lang.Object
org.ivoa.dm.registry.standard.StandardKey.StandardKeyBuilder
- Enclosing class:
- StandardKey
A builder class for StandardKey, mainly for use in the functional builder pattern.
-
Field Summary
FieldsModifier and TypeFieldDescriptionA human-readable definition of this property.The property identifier which would appear as the fragment (string after the pound sign, #) in an IVOA identifier. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The property identifier which would appear as the fragment (string after the pound sign, #) in an IVOA identifier. -
description
A human-readable definition of this property.
-
-
Constructor Details
-
StandardKeyBuilder
public StandardKeyBuilder()
-
-
Method Details
-
create
create a StandardKey from this builder.- Returns:
- an object initialized from the builder.
-