public interface FieldType
Modifier and Type | Interface and Description |
---|---|
static class |
FieldType.Category
Represents a type category.
|
static class |
FieldType.TypeName
Represents a type name.
|
Modifier and Type | Method and Description |
---|---|
String |
getQualifiedName()
Returns the qualified type name.
|
FieldType.TypeName |
getTypeName()
Returns the type name.
|
FieldType.TypeName getTypeName()
String getQualifiedName()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.