public enum SourceConstraintComponent extends Enum<SourceConstraintComponent>
Modifier and Type | Class and Description |
---|---|
static class |
SourceConstraintComponent.ConstraintType |
Modifier and Type | Method and Description |
---|---|
SourceConstraintComponent.ConstraintType |
getConstraintType() |
IRI |
getIri() |
boolean |
producesValidationResultValue() |
static SourceConstraintComponent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceConstraintComponent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SourceConstraintComponent MaxCountConstraintComponent
public static final SourceConstraintComponent MinCountConstraintComponent
public static final SourceConstraintComponent DatatypeConstraintComponent
public static final SourceConstraintComponent LanguageInConstraintComponent
public static final SourceConstraintComponent NodeKindConstraintComponent
public static final SourceConstraintComponent PatternConstraintComponent
public static final SourceConstraintComponent ClassConstraintComponent
public static final SourceConstraintComponent InConstraintComponent
public static final SourceConstraintComponent HasValueConstraintComponent
public static final SourceConstraintComponent HasValueInConstraintComponent
public static final SourceConstraintComponent UniqueLangConstraintComponent
public static final SourceConstraintComponent MinExclusiveConstraintComponent
public static final SourceConstraintComponent MaxExclusiveConstraintComponent
public static final SourceConstraintComponent MaxInclusiveConstraintComponent
public static final SourceConstraintComponent MinInclusiveConstraintComponent
public static final SourceConstraintComponent MaxLengthConstraintComponent
public static final SourceConstraintComponent MinLengthConstraintComponent
public static final SourceConstraintComponent AndConstraintComponent
public static final SourceConstraintComponent OrConstraintComponent
public static final SourceConstraintComponent NotConstraintComponent
public static SourceConstraintComponent[] values()
for (SourceConstraintComponent c : SourceConstraintComponent.values()) System.out.println(c);
public static SourceConstraintComponent 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 IRI getIri()
public SourceConstraintComponent.ConstraintType getConstraintType()
public boolean producesValidationResultValue()
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.