Uses of Class
org.jivesoftware.smackx.pubsub.EventElementType

Packages that use EventElementType
org.jivesoftware.smackx.pubsub   
 

Uses of EventElementType in org.jivesoftware.smackx.pubsub
 

Methods in org.jivesoftware.smackx.pubsub that return EventElementType
 EventElementType EventElement.getEventType()
           
static EventElementType EventElementType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EventElementType[] EventElementType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jivesoftware.smackx.pubsub with parameters of type EventElementType
EventElement(EventElementType eventType, NodeExtension eventExt)