public final class PlainType extends Object implements FieldType
FieldType.Category.PLAIN
.FieldType.Category, FieldType.TypeName
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getQualifiedName()
Returns the qualified type name.
|
FieldType.TypeName |
getTypeName()
Returns the type name.
|
int |
hashCode() |
static PlainType |
of(FieldType.TypeName name)
Returns a primitive type that has the specified type name.
|
String |
toString() |
public FieldType.TypeName getTypeName()
FieldType
getTypeName
in interface FieldType
public String getQualifiedName()
FieldType
getQualifiedName
in interface FieldType
public static PlainType of(FieldType.TypeName name)
name
- the type nameCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.