|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tibco.bpm.web.client.model.types.ECAttribute
public class ECAttribute
An Attribute retrieved from the AMX BPM Event Collector
©2011 TIBCO Software Inc.
| Constructor Summary | |
|---|---|
ECAttribute()
|
|
ECAttribute(java.lang.String aName,
java.lang.String aValue,
java.lang.String aType,
java.lang.String aComponent)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getComponent()
The component which logged the attribute. |
java.lang.String |
getName()
The name of the attribute. |
java.lang.String |
getType()
The datatype of the attribute. |
java.lang.String |
getValue()
The value of the attribute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ECAttribute()
public ECAttribute(java.lang.String aName,
java.lang.String aValue,
java.lang.String aType,
java.lang.String aComponent)
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getValue()
public java.lang.String getType()
public java.lang.String getComponent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||