public class VersionDefinition
extends java.lang.Object
| Constructor | Description |
|---|---|
VersionDefinition() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getType() |
|
java.lang.String |
getValue() |
|
boolean |
isFieldType() |
|
boolean |
isNamespaceType() |
|
void |
setType(java.lang.String type) |
|
void |
setValue(java.lang.String value) |
public java.lang.String getType()
public void setType(java.lang.String type)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public boolean isNamespaceType()
true if the versionDefinition can be based on the namespacepublic boolean isFieldType()
true if the versionDefinition can be based on the field