Package jadex.rules.eca
Class EventType
- java.lang.Object
- 
- jadex.rules.eca.EventType
 
- 
 public class EventType extends java.lang.ObjectEvent type that consists of concatenated strings.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)Test if equals to another object.java.lang.StringgetType(int i)Get the type.java.lang.StringgetTypename()Get the typename.java.lang.String[]getTypes()Get the types.inthashCode()Get the hashcode.voidsetTypename(java.lang.String typename)Set the typename.voidsetTypes(java.lang.String[] types)Set the types.java.lang.StringtoString()Get the string representation.
 
- 
- 
- 
Field Detail- 
MATCHALLpublic static final java.lang.String MATCHALL - See Also:
- Constant Field Values
 
 - 
typesprotected java.lang.String[] types The event type elements.
 - 
typenameprotected java.lang.String typename The full name.
 
- 
 - 
Method Detail- 
getTypespublic java.lang.String[] getTypes() Get the types.- Returns:
- The types.
 
 - 
getTypepublic java.lang.String getType(int i) Get the type.- Returns:
- The type.
 
 - 
getTypenamepublic java.lang.String getTypename() Get the typename. return The typename.
 - 
setTypenamepublic void setTypename(java.lang.String typename) Set the typename.- Parameters:
- typename- The typename to set.
 
 - 
setTypespublic void setTypes(java.lang.String[] types) Set the types.- Parameters:
- types- The types to set.
 
 - 
hashCodepublic int hashCode() Get the hashcode.- Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) Test if equals to another object.- Overrides:
- equalsin class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() Get the string representation.- Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-