Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Event Processing for Oracle Java Embedded
11g Release 1 (11.1.1.7)

E39906-01
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.bea.wlevs.ede.api
Interface EventPropertyDescription

All Known Subinterfaces:
EventProperty

public interface EventPropertyDescription

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
 int getLength()
          Returns the length of the element if it is an array or String type.
 java.lang.String getName()
          Returns the name of the element
 Type getType()
          Returns the type of the element

 

Method Detail

getName

public java.lang.String getName()
Returns the name of the element
Returns:
name of the element

getType

public Type getType()
Returns the type of the element
Returns:
EventPropertyType representing the type of the element

getLength

public int getLength()
Returns the length of the element if it is an array or String type.
Returns:
length of the element if it is of array or String type. Zero or negative value means that the length is not known or that length is not applicable to the element type.

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2013 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD