Package hydra.ext.io.shex.syntax
Class InlineShapeOrRef.AtpNameNs
- java.lang.Object
-
- hydra.ext.io.shex.syntax.InlineShapeOrRef
-
- hydra.ext.io.shex.syntax.InlineShapeOrRef.AtpNameNs
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<InlineShapeOrRef>
- Enclosing class:
- InlineShapeOrRef
public static final class InlineShapeOrRef.AtpNameNs extends InlineShapeOrRef implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.io.shex.syntax.InlineShapeOrRef
InlineShapeOrRef.AtpNameLn, InlineShapeOrRef.AtpNameNs, InlineShapeOrRef.InlineShapeDefinition, InlineShapeOrRef.PartialVisitor<R>, InlineShapeOrRef.Sequence, InlineShapeOrRef.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description AtpNameNsvalue-
Fields inherited from class hydra.ext.io.shex.syntax.InlineShapeOrRef
ATP_NAME_LN, ATP_NAME_NS, INLINE_SHAPE_DEFINITION, SEQUENCE, TYPE_
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(InlineShapeOrRef.Visitor<R> visitor)intcompareTo(InlineShapeOrRef other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final AtpNameNs value
-
-
Constructor Detail
-
AtpNameNs
public AtpNameNs(AtpNameNs value)
-
-
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(InlineShapeOrRef other)
- Specified by:
compareToin interfacejava.lang.Comparable<InlineShapeOrRef>
-
accept
public <R> R accept(InlineShapeOrRef.Visitor<R> visitor)
- Specified by:
acceptin classInlineShapeOrRef
-
-