public interface ObjectType extends Externalizable
Modifier and Type | Method and Description |
---|---|
ValueType |
getValueType() |
boolean |
isAssignableFrom(Class<?> clazz) |
boolean |
isAssignableFrom(ObjectType objectType) |
boolean |
isEvent()
Returns true if the object type represented by this object
is an event object type.
|
readExternal, writeExternal
boolean isAssignableFrom(Class<?> clazz)
boolean isAssignableFrom(ObjectType objectType)
boolean isEvent()
ValueType getValueType()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.