public class ChangeSetModelKindPropOp extends Object implements Serializable
<kindprop op="add" kind="User" newName="age" property="string"
newValue="{optional-default-value}"/><kindprop op="remove" kind="User" property="age"/><kindprop op="change" kind="User" property="age" newName="business-age"
newType="text" newValue="{optional-default-value}"/>| Modifier and Type | Field and Description |
|---|---|
static String |
OP_ADD
Possible operations defined on Kind properties
|
static String |
OP_CHANGE |
static String |
OP_REMOVE |
| Constructor and Description |
|---|
ChangeSetModelKindPropOp() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKind() |
String |
getNewName() |
String |
getNewType() |
String |
getNewValue() |
String |
getOp() |
String |
getProperty() |
void |
setKind(String kind) |
void |
setNewName(String newName) |
void |
setNewType(String newType) |
void |
setNewValue(String newValue) |
void |
setOp(String op) |
void |
setProperty(String property) |
String |
toString() |
public static final String OP_ADD
public static final String OP_REMOVE
public static final String OP_CHANGE
public String getOp()
public void setOp(String op)
public String getKind()
public void setKind(String kind)
public String getProperty()
public void setProperty(String property)
public String getNewName()
public void setNewName(String newName)
public String getNewType()
public void setNewType(String newType)
public String getNewValue()
public void setNewValue(String newValue)
Copyright © 2018. All rights reserved.