|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.ext.sip.EventType
public class EventType
Described an event type. Used by the SIP "Event" and "Allow-Events" headers.
Constructor Summary | |
---|---|
EventType(String _package)
Constructor. |
Method Summary | |
---|---|
List<String> |
getEventTemplates()
Returns the list of event templates. |
String |
getPackage()
Returns the package name. |
void |
setEventTemplates(List<String> eventTemplates)
Sets the list of event templates. |
void |
setPackage(String _package)
Sets the package name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventType(String _package)
_package
- The package name.Method Detail |
---|
public List<String> getEventTemplates()
public String getPackage()
public void setEventTemplates(List<String> eventTemplates)
eventTemplates
- The list of event templates.public void setPackage(String _package)
_package
- The package name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |