|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openstreetmap.josm.corrector.RoleCorrection
public class RoleCorrection
| Field Summary | |
|---|---|
RelationMember |
member
|
java.lang.String |
newRole
|
int |
position
|
Relation |
relation
|
| Constructor Summary | |
|---|---|
RoleCorrection(Relation relation,
int position,
RelationMember member,
java.lang.String newRole)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final Relation relation
public final int position
public final RelationMember member
public final java.lang.String newRole
| Constructor Detail |
|---|
public RoleCorrection(Relation relation,
int position,
RelationMember member,
java.lang.String newRole)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||