com.espertech.esper.client
Class ConfigurationEventTypeLegacy.LegacyMethodPropDesc

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

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

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

See Also:
Serialized Form

Constructor Summary
ConfigurationEventTypeLegacy.LegacyMethodPropDesc(java.lang.String name, java.lang.String accessorMethodName)
          Ctor.
 
Method Summary
 java.lang.String getAccessorMethodName()
          Returns the accessor method 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.LegacyMethodPropDesc

public ConfigurationEventTypeLegacy.LegacyMethodPropDesc(java.lang.String name,
                                                         java.lang.String accessorMethodName)
Ctor.

Parameters:
name - is the event property name
accessorMethodName - is the name of the accessor method
Method Detail

getName

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

Returns:
event property name

getAccessorMethodName

public java.lang.String getAccessorMethodName()
Returns the accessor method name.

Returns:
accessor method name

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