public interface Versionable
Modifier and Type | Method and Description |
---|---|
int |
getMajorVersion() |
int |
getMinorVersion() |
String |
getUserVersion() |
void |
setMajorVersion(int version) |
void |
setMinorVersion(int version) |
void |
setUserVersion(String version) |
int getMajorVersion() throws JAXRException
JAXRException
int getMinorVersion() throws JAXRException
JAXRException
String getUserVersion() throws JAXRException
JAXRException
void setMajorVersion(int version) throws JAXRException
JAXRException
void setMinorVersion(int version) throws JAXRException
JAXRException
void setUserVersion(String version) throws JAXRException
JAXRException
Copyright © 2013. All Rights Reserved.