|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vividsolutions.jump.feature.FeatureUpdate
public class FeatureUpdate
A FeatureUpdate records an update to a single Feature. It records both the original feature and the updated copy.
| Constructor Summary | |
|---|---|
FeatureUpdate(Feature origVersion,
Feature newVersion)
|
|
| Method Summary | |
|---|---|
Feature |
getNew()
|
Feature |
getOriginal()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FeatureUpdate(Feature origVersion,
Feature newVersion)
| Method Detail |
|---|
public Feature getOriginal()
public Feature getNew()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||