public enum MatchingResultType extends Enum<MatchingResultType>
| Enum Constant and Description |
|---|
DATATYPE_MATCH |
DOMAIN_PROPERTY_MATCH |
FORMAT_MATCH |
GROUNDING_MATCH |
MEASUREMENT_UNIT_MATCH |
PROPERTY_MATCH |
PROTOCOL_MATCH |
SCHEMA_MATCH |
STREAM_MATCH |
STREAM_QUALITY |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getTitle() |
static MatchingResultType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchingResultType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MatchingResultType DATATYPE_MATCH
public static final MatchingResultType STREAM_MATCH
public static final MatchingResultType DOMAIN_PROPERTY_MATCH
public static final MatchingResultType FORMAT_MATCH
public static final MatchingResultType GROUNDING_MATCH
public static final MatchingResultType PROTOCOL_MATCH
public static final MatchingResultType PROPERTY_MATCH
public static final MatchingResultType SCHEMA_MATCH
public static final MatchingResultType MEASUREMENT_UNIT_MATCH
public static final MatchingResultType STREAM_QUALITY
public static MatchingResultType[] values()
for (MatchingResultType c : MatchingResultType.values()) System.out.println(c);
public static MatchingResultType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getTitle()
public String getDescription()
Copyright © 2019. All rights reserved.