Enum DefaultExtensions.StandardApi
java.lang.Object
java.lang.Enum<DefaultExtensions.StandardApi>
de.uni_mannheim.informatik.dws.melt.yet_another_alignment_api.DefaultExtensions.StandardApi
- All Implemented Interfaces:
Serializable
,Comparable<DefaultExtensions.StandardApi>
,java.lang.constant.Constable
- Enclosing class:
- DefaultExtensions
Standard API extensions by the AlignmentAPI.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionSTRING a certificate from an issuing source.URI the alignment from which this one is issued, if applicableSTRING a short descriptive name for the first aligned entity (in correspondences).STRING a short descriptive name for the second aligned entity (in correspondences).STRING the validity range of the correspondence.CLASSNAME of the generating matching method (or operation).STRING identifying the method version.STRING the parameters used with the generating method.STRING a short descriptive name of the alignment.STRING the properties satisfied by an alignment or correspondences.STRING identify the tools and versions who created the alignments (concatenated by ;).DURATION (default: INTEGER in milliseconds) of the matching process.STRING identifying the version of the alignment. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiontoString()
Returns the enum constant of this type with the specified name.static DefaultExtensions.StandardApi[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
VERSION
STRING identifying the version of the alignment. -
METHOD
CLASSNAME of the generating matching method (or operation). -
METHOD_VERSION
STRING identifying the method version. -
DERIVED_FROM
URI the alignment from which this one is issued, if applicable -
PARAMETERS
STRING the parameters used with the generating method. -
CERTIFICATE
STRING a certificate from an issuing source. -
TIME
DURATION (default: INTEGER in milliseconds) of the matching process. -
LIMITATIONS
STRING the validity range of the correspondence. -
PROPERTIES
STRING the properties satisfied by an alignment or correspondences. -
PRETTY
STRING a short descriptive name of the alignment. -
LABEL_1
STRING a short descriptive name for the first aligned entity (in correspondences). -
LABEL_2
STRING a short descriptive name for the second aligned entity (in correspondences). -
PROVENANCE
STRING identify the tools and versions who created the alignments (concatenated by ;).
-
-
Field Details
-
uri
The URI of the extension label. -
BASE_URI
- See Also:
-
-
Constructor Details
-
StandardApi
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
- Overrides:
toString
in classEnum<DefaultExtensions.StandardApi>
-