public class MapType extends Object implements FieldType
FieldType.Category.MAP
.FieldType.Category, FieldType.TypeName
Constructor and Description |
---|
MapType(FieldType keyType,
FieldType valueType)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
FieldType |
getKeyType()
Returns the key type.
|
String |
getQualifiedName()
Returns the qualified type name.
|
FieldType.TypeName |
getTypeName()
Returns the type name.
|
FieldType |
getValueType()
Returns the value type.
|
int |
hashCode() |
String |
toString() |
public FieldType.TypeName getTypeName()
FieldType
getTypeName
in interface FieldType
public String getQualifiedName()
FieldType
getQualifiedName
in interface FieldType
public FieldType getKeyType()
public FieldType getValueType()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.