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
JAXRException
int getMinorVersion() throws JAXRException
JAXRException
String getUserVersion() throws JAXRException
JAXRException
void setMajorVersion(int majorVersion) throws JAXRException
JAXRException
void setMinorVersion(int minorVersion) throws JAXRException
JAXRException
void setUserVersion(String userVersion) throws JAXRException
JAXRException
Copyright © 2018 JBoss by Red Hat. All rights reserved.