Serializable
public final class SequenceType extends Object implements Serializable
Modifier and Type | Field | Description |
---|---|---|
static Map<ItemType,SequenceType[]> |
BUILTIN_SEQ_TYPES |
Modifier and Type | Method | Description |
---|---|---|
static SequenceType |
create(ItemType itemType,
Quantifier quantifier) |
|
boolean |
equals(Object obj) |
|
ItemType |
getItemType() |
|
Quantifier |
getQuantifier() |
|
int |
hashCode() |
|
String |
toString() |
public static final Map<ItemType,SequenceType[]> BUILTIN_SEQ_TYPES
public static SequenceType create(ItemType itemType, Quantifier quantifier)
public ItemType getItemType()
public Quantifier getQuantifier()
Copyright © 2019 Apache Software Foundation. All rights reserved.