org.milyn.persistence.parameter
Class PositionalParameter
java.lang.Object
org.milyn.persistence.parameter.PositionalParameter
- All Implemented Interfaces:
- Parameter<PositionalParameterIndex>
public class PositionalParameter
- extends Object
- implements Parameter<PositionalParameterIndex>
- Author:
- maurice.zeijen@smies.com
PositionalParameter
protected PositionalParameter(PositionalParameterIndex containerIndex,
int index)
getIndex
public int getIndex()
- Specified by:
getIndex in interface Parameter<PositionalParameterIndex>
getContainerIndex
public PositionalParameterIndex getContainerIndex()
- Specified by:
getContainerIndex in interface Parameter<PositionalParameterIndex>
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011. All Rights Reserved.