public interface ObjectTypeConf
Modifier and Type | Method and Description |
---|---|
void |
enableTMS()
Enable TMS for this object type.
|
ObjectTypeNode |
getConcreteObjectTypeNode() |
EntryPointId |
getEntryPoint() |
ObjectTypeNode[] |
getObjectTypeNodes() |
TypeDeclaration |
getTypeDeclaration() |
String |
getTypeName() |
boolean |
isActive() |
boolean |
isAssignableFrom(Object object) |
boolean |
isDynamic() |
boolean |
isEvent() |
boolean |
isSupportsPropertyChangeListeners() |
boolean |
isTMSEnabled()
Whether or not, TMS is active for this object type.
|
boolean |
isTrait() |
boolean |
isTraitTMSEnabled() |
void |
resetCache() |
String getTypeName()
ObjectTypeNode[] getObjectTypeNodes()
ObjectTypeNode getConcreteObjectTypeNode()
void resetCache()
boolean isAssignableFrom(Object object)
boolean isActive()
boolean isEvent()
boolean isTrait()
boolean isDynamic()
TypeDeclaration getTypeDeclaration()
boolean isTMSEnabled()
boolean isTraitTMSEnabled()
void enableTMS()
EntryPointId getEntryPoint()
boolean isSupportsPropertyChangeListeners()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.