org.pentaho.commons.util.repository.type
Class ReturnVersion

java.lang.Object
  extended by org.pentaho.commons.util.repository.type.ReturnVersion

public class ReturnVersion
extends Object


Field Summary
static String LATEST
           
static String LATESTMAJOR
           
static String THIS
           
 
Constructor Summary
ReturnVersion()
           
 
Method Summary
 String getValue()
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

THIS

public static final String THIS
See Also:
Constant Field Values

LATEST

public static final String LATEST
See Also:
Constant Field Values

LATESTMAJOR

public static final String LATESTMAJOR
See Also:
Constant Field Values
Constructor Detail

ReturnVersion

public ReturnVersion()
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)