public interface Type
Type interface.
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
getName.
|
Type |
getPropertyType(String property)
getPropertyType.
|
Class<?> |
getReturnedClass()
getReturnedClass.
|
boolean |
isCollectionType()
Is this type a collection type.
|
boolean |
isComponentType()
Is this type a component type.
|
boolean |
isEntityType()
Is this type an entity type?
|
Object |
newInstance()
newInstance.
|
boolean isCollectionType()
boolean isComponentType()
boolean isEntityType()
Copyright © 2005–2018 The Beangle Software. All rights reserved.