Package org.gatein.pc.api.info
Interface EventInfo
-
public interface EventInfo- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<QName>getAliases()org.gatein.common.i18n.LocalizedStringgetDescription()org.gatein.common.i18n.LocalizedStringgetDisplayName()QNamegetName()TypeInfogetType()Returns the type of the event or null if the event does not declare a type.
-
-
-
Method Detail
-
getName
QName getName()
-
getDisplayName
org.gatein.common.i18n.LocalizedString getDisplayName()
-
getDescription
org.gatein.common.i18n.LocalizedString getDescription()
-
getType
TypeInfo getType()
Returns the type of the event or null if the event does not declare a type.- Returns:
- the type of the event
-
getAliases
Collection<QName> getAliases()
-
-