public class VersionDefinition extends Object
Constructor | Description |
---|---|
VersionDefinition() |
Modifier and Type | Method | Description |
---|---|---|
String |
getType() |
|
String |
getValue() |
|
boolean |
isFieldType() |
|
boolean |
isNamespaceType() |
|
void |
setType(String type) |
|
void |
setValue(String value) |
public String getType()
public void setType(String type)
public String getValue()
public void setValue(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 fieldCopyright © 2001–2018 Codehaus Plexus. All rights reserved.