Class EnumMethodDescriptor
java.lang.Object
com.espertech.esper.common.client.hook.enummethod.EnumMethodDescriptor
Provides footprint information for enumeration method extension.
-
Constructor Summary
ConstructorDescriptionEnumMethodDescriptor
(com.espertech.esper.common.internal.epl.methodbase.DotMethodFP[] footprints) Ctor. -
Method Summary
Modifier and TypeMethodDescriptioncom.espertech.esper.common.internal.epl.methodbase.DotMethodFP[]
Returns the footprints
-
Constructor Details
-
EnumMethodDescriptor
public EnumMethodDescriptor(com.espertech.esper.common.internal.epl.methodbase.DotMethodFP[] footprints) Ctor.- Parameters:
footprints
- footprint array, one array item for each distinct footprint
-
-
Method Details
-
getFootprints
public com.espertech.esper.common.internal.epl.methodbase.DotMethodFP[] getFootprints()Returns the footprints- Returns:
- footprints
-