public interface Versionable
| Modifier and Type | Method and Description |
|---|---|
int |
getMajorVersion() |
int |
getMinorVersion() |
String |
getUserVersion() |
void |
setMajorVersion(int majorVersion) |
void |
setMinorVersion(int minorVersion) |
void |
setUserVersion(String userVersion) |
int getMajorVersion()
throws JAXRException
JAXRExceptionint getMinorVersion()
throws JAXRException
JAXRExceptionString getUserVersion() throws JAXRException
JAXRExceptionvoid setMajorVersion(int majorVersion)
throws JAXRException
JAXRExceptionvoid setMinorVersion(int minorVersion)
throws JAXRException
JAXRExceptionvoid setUserVersion(String userVersion) throws JAXRException
JAXRExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.