|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SchemaItem | |
---|---|
com.espertech.esper.event.property | Parsers and business objects to handle nested, indexed, mapped or generally complex properties for use in JavaBean access |
com.espertech.esper.event.xml | XML event wrappers |
Uses of SchemaItem in com.espertech.esper.event.property |
---|
Uses of SchemaItem in com.espertech.esper.event.xml |
---|
Subinterfaces of SchemaItem in com.espertech.esper.event.xml | |
---|---|
interface |
SchemaElement
Schema element is a simple or complex element. |
Classes in com.espertech.esper.event.xml that implement SchemaItem | |
---|---|
class |
SchemaElementComplex
Represents a complex element possibly with attributes, simple elements, other complex child elements and may itself have a simple type. |
class |
SchemaElementSimple
Represents a simple value in a schema. |
class |
SchemaItemAttribute
Represents an attribute in a schema. |
Methods in com.espertech.esper.event.xml that return SchemaItem | |
---|---|
static SchemaItem |
SchemaUtil.findPropertyMapping(SchemaElementComplex def,
java.lang.String property)
Finds an apropiate definition for the given property, starting at the * given definition. |
Methods in com.espertech.esper.event.xml with parameters of type SchemaItem | |
---|---|
static java.lang.Class |
SchemaUtil.toReturnType(SchemaItem item)
Returns the Class-type of the schema item. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |