|
Oracle® Fusion Middleware Java API Reference for Event Processing in Oracle Stream Analytics 12c Release (12.2.1.3.0) E98700-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()
|
Copyright © 2007, 2018, Oracle and/or its affiliates. All rights reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |