public class CompoundKeyElementWrapper extends Object implements Comparable<CompoundKeyElementWrapper>
| Constructor and Description | 
|---|
| CompoundKeyElementWrapper(String name,
                         Method method,
                         int position) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | compareTo(CompoundKeyElementWrapper other) | 
| Method | getMethod() | 
| String | getName() | 
| int | getPosition() | 
public String getName()
public Method getMethod()
public int getPosition()
public int compareTo(CompoundKeyElementWrapper other)
compareTo in interface Comparable<CompoundKeyElementWrapper>Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.