com.bea.workshop.controls.core
Class ControlsFacetVersion

java.lang.Object
  extended by com.bea.workshop.controls.core.ControlsFacetVersion
Direct Known Subclasses:
BeehiveControls100FacetVersion, BeehiveControls92FacetVersion, WeblogicControls100FacetVersion, WeblogicControls92FacetVersion

public abstract class ControlsFacetVersion
extends Object


Constructor Summary
ControlsFacetVersion()
           
 
Method Summary
abstract  LibraryModuleRef getEarLibraryModuleRef()
           
abstract  String getImplVersion()
           
abstract  LibraryModuleRef getWarLibraryModuleRef()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlsFacetVersion

public ControlsFacetVersion()
Method Detail

getEarLibraryModuleRef

public abstract LibraryModuleRef getEarLibraryModuleRef()

getWarLibraryModuleRef

public abstract LibraryModuleRef getWarLibraryModuleRef()

getImplVersion

public abstract String getImplVersion()