Package opendap
Class Version
- java.lang.Object
-
- opendap.Version
-
public final class Version extends Object
Holds the version number for the java implmentation of the OPeNDAP DAP2 implmentation.
-
-
Constructor Summary
Constructors Constructor Description Version()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jdom2.Element
getVersionElement()
static String
getVersionString()
-
-
-
Method Detail
-
getVersionString
public static String getVersionString()
-
getVersionElement
public static org.jdom2.Element getVersionElement()
-
-