public class IdentifierType extends AbstractType
IdentifierType class.
logger| Constructor and Description |
|---|
IdentifierType()
Constructor for IdentifierType.
|
IdentifierType(Class<?> clazz)
Constructor for IdentifierType.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
getName.
|
Class<?> |
getReturnedClass()
getReturnedClass.
|
boolean |
isCollectionType()
isCollectionType.
|
boolean |
isComponentType()
isComponentType.
|
boolean |
isEntityType()
isEntityType.
|
equals, getPropertyType, hashCode, newInstance, toStringpublic String getName()
getName.
getName in interface TypegetName in class AbstractTypeString object.public Class<?> getReturnedClass()
getReturnedClass.
getReturnedClass in interface TypegetReturnedClass in class AbstractTypeClass object.public boolean isCollectionType()
isCollectionType.
isCollectionType in interface TypeisCollectionType in class AbstractTypepublic boolean isComponentType()
isComponentType.
isComponentType in interface TypeisComponentType in class AbstractTypepublic boolean isEntityType()
isEntityType.
isEntityType in interface TypeisEntityType in class AbstractTypeCopyright © 2005–2018 The Beangle Software. All rights reserved.