net.esper.client
Class ConfigurationEventTypeLegacy.LegacyFieldPropDesc

java.lang.Object
  extended by net.esper.client.ConfigurationEventTypeLegacy.LegacyFieldPropDesc
Enclosing class:
ConfigurationEventTypeLegacy

public static class ConfigurationEventTypeLegacy.LegacyFieldPropDesc
extends Object

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


Constructor Summary
ConfigurationEventTypeLegacy.LegacyFieldPropDesc(String name, String accessorFieldName)
          Ctor.
 
Method Summary
 String getAccessorFieldName()
          Returns the accessor field name.
 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(String name,
                                                        String accessorFieldName)
Ctor.

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

getName

public String getName()
Returns the event property name.

Returns:
event property name

getAccessorFieldName

public String getAccessorFieldName()
Returns the accessor field name.

Returns:
accessor field name