|
Oracle® Fusion Middleware Java API Reference for Event Processing in Oracle Stream Analytics 12c (12.2.1.2.0) E67761-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Describes a property of an event. It contains the name of the element, the Java type of the element and length if it is an array or String type.
Method Summary | |
abstract int |
getLength() Returns the length of the element if it is an array or String type. |
abstract java.lang.String |
getName() Returns the name of the element |
abstract Type |
getType() Returns the type of the element |
Method Detail |
public java.lang.String getName()
public Type getType()
public int getLength()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |