public class ValueDiff extends Object
| Constructor and Description |
|---|
ValueDiff(PropertyDef def,
String name,
ValueProperty prev,
ValueProperty next) |
| Modifier and Type | Method and Description |
|---|---|
PropertyDef |
getDef() |
String |
getName() |
ValueProperty |
getNext() |
ValueProperty |
getPrev() |
String |
toString() |
public ValueDiff(PropertyDef def, String name, ValueProperty prev, ValueProperty next)
public String getName()
public ValueProperty getNext()
public ValueProperty getPrev()
public PropertyDef getDef()
Copyright © 2021. All rights reserved.