当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
Versionable (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
javax.xml.registry.infomodel
Interface Versionable
- All Known Subinterfaces:
- ClassificationScheme, ExtrinsicObject, RegistryEntry, RegistryPackage, Service
- public interface Versionable
- Version:
- $Revision: 1.1 $
- Author:
- Scott.Stark@jboss.org
getMajorVersion
public int getMajorVersion()
throws JAXRException
- Throws:
JAXRException
getMinorVersion
public int getMinorVersion()
throws JAXRException
- Throws:
JAXRException
getUserVersion
public String getUserVersion()
throws JAXRException
- Throws:
JAXRException
setMajorVersion
public void setMajorVersion(int majorVersion)
throws JAXRException
- Throws:
JAXRException
setMinorVersion
public void setMinorVersion(int minorVersion)
throws JAXRException
- Throws:
JAXRException
setUserVersion
public void setUserVersion(String userVersion)
throws JAXRException
- Throws:
JAXRException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.