com.espertech.esper.client
Class ConfigurationEventTypeLegacy.LegacyFieldPropDesc

java.lang.Object
  extended by com.espertech.esper.client.ConfigurationEventTypeLegacy.LegacyFieldPropDesc
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ConfigurationEventTypeLegacy

public static class ConfigurationEventTypeLegacy.LegacyFieldPropDesc
extends java.lang.Object
implements java.io.Serializable

Encapsulates information about an accessor field backing a named event property.

See Also:
Serialized Form

Constructor Summary
ConfigurationEventTypeLegacy.LegacyFieldPropDesc(java.lang.String name, java.lang.String accessorFieldName)
          Ctor.
 
Method Summary
 java.lang.String getAccessorFieldName()
          Returns the accessor field name.
 java.lang.String getName()
          Returns the event property name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationEventTypeLegacy.LegacyFieldPropDesc

public ConfigurationEventTypeLegacy.LegacyFieldPropDesc(java.lang.String name,
                                                        java.lang.String accessorFieldName)
Ctor.

Parameters:
name - is the event property name
accessorFieldName - is the accessor field name
Method Detail

getName

public java.lang.String getName()
Returns the event property name.

Returns:
event property name

getAccessorFieldName

public java.lang.String getAccessorFieldName()
Returns the accessor field name.

Returns:
accessor field name

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com