public abstract class AbstractType extends Object implements Type
Abstract AbstractType class.
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger
Constant
logger |
| Constructor and Description |
|---|
AbstractType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
abstract String |
getName()
getName.
|
Type |
getPropertyType(String property)
getPropertyType.
|
abstract Class<?> |
getReturnedClass()
getReturnedClass.
|
int |
hashCode()
hashCode.
|
boolean |
isCollectionType()
isCollectionType.
|
boolean |
isComponentType()
isComponentType.
|
boolean |
isEntityType()
isEntityType.
|
Object |
newInstance()
newInstance.
|
String |
toString()
toString.
|
public boolean isCollectionType()
isCollectionType.
isCollectionType in interface Typepublic boolean isComponentType()
isComponentType.
isComponentType in interface Typepublic boolean isEntityType()
isEntityType.
isEntityType in interface Typepublic Type getPropertyType(String property)
TypegetPropertyType.
getPropertyType in interface Typeproperty - a String object.Type object.public String toString()
toString.
public abstract String getName()
getName.
public abstract Class<?> getReturnedClass()
getReturnedClass.
getReturnedClass in interface TypeClass object.public Object newInstance()
newInstance.
newInstance in interface TypeObject object.Copyright © 2005–2018 The Beangle Software. All rights reserved.