public class SequenceType extends Object implements FieldType
FieldType.Category.SEQUENCE
.FieldType.Category, FieldType.TypeName
Constructor and Description |
---|
SequenceType(FieldType.TypeName name,
int length)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getLength()
Returns the element length.
|
String |
getQualifiedName()
Returns the qualified type name.
|
FieldType.TypeName |
getTypeName()
Returns the type name.
|
int |
hashCode() |
String |
toString() |
public SequenceType(FieldType.TypeName name, int length)
name
- the type namelength
- the element lengthpublic FieldType.TypeName getTypeName()
FieldType
getTypeName
in interface FieldType
public String getQualifiedName()
FieldType
getQualifiedName
in interface FieldType
public int getLength()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.