Package hydra.shex.syntax
Class NodeConstraint_Sequence2
- java.lang.Object
-
- hydra.shex.syntax.NodeConstraint_Sequence2
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<NodeConstraint_Sequence2>
public class NodeConstraint_Sequence2 extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<NodeConstraint_Sequence2>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static NameLIST_OF_STRING_FACETName of thehydra.shex.syntax.NodeConstraint_Sequence2.listOfStringFacetfield.java.util.List<StringFacet>listOfStringFacetstatic NameNON_LITERAL_KINDName of thehydra.shex.syntax.NodeConstraint_Sequence2.NonLiteralKindfield.NonLiteralKindNonLiteralKindstatic NameTYPE_Name of thehydra.shex.syntax.NodeConstraint_Sequence2type.
-
Constructor Summary
Constructors Constructor Description NodeConstraint_Sequence2(NonLiteralKind NonLiteralKind, java.util.List<StringFacet> listOfStringFacet)Constructs an immutableNodeConstraint_Sequence2.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(NodeConstraint_Sequence2 other)booleanequals(java.lang.Object other)inthashCode()NodeConstraint_Sequence2withListOfStringFacet(java.util.List<StringFacet> listOfStringFacet)Returns a copy of thisNodeConstraint_Sequence2withlistOfStringFacetreplaced.NodeConstraint_Sequence2withNonLiteralKind(NonLiteralKind NonLiteralKind)Returns a copy of thisNodeConstraint_Sequence2withNonLiteralKindreplaced.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of thehydra.shex.syntax.NodeConstraint_Sequence2type.
-
NON_LITERAL_KIND
public static final Name NON_LITERAL_KIND
Name of thehydra.shex.syntax.NodeConstraint_Sequence2.NonLiteralKindfield.
-
LIST_OF_STRING_FACET
public static final Name LIST_OF_STRING_FACET
Name of thehydra.shex.syntax.NodeConstraint_Sequence2.listOfStringFacetfield.
-
NonLiteralKind
public final NonLiteralKind NonLiteralKind
-
listOfStringFacet
public final java.util.List<StringFacet> listOfStringFacet
-
-
Constructor Detail
-
NodeConstraint_Sequence2
public NodeConstraint_Sequence2(NonLiteralKind NonLiteralKind, java.util.List<StringFacet> listOfStringFacet)
Constructs an immutableNodeConstraint_Sequence2.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(NodeConstraint_Sequence2 other)
- Specified by:
compareToin interfacejava.lang.Comparable<NodeConstraint_Sequence2>
-
withNonLiteralKind
public NodeConstraint_Sequence2 withNonLiteralKind(NonLiteralKind NonLiteralKind)
Returns a copy of thisNodeConstraint_Sequence2withNonLiteralKindreplaced.
-
withListOfStringFacet
public NodeConstraint_Sequence2 withListOfStringFacet(java.util.List<StringFacet> listOfStringFacet)
Returns a copy of thisNodeConstraint_Sequence2withlistOfStringFacetreplaced.
-
-