org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective
Class LicenseFeatureActivatorType

java.lang.Object
  extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ActivatorType
      extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.LicenseFeatureActivatorType

public class LicenseFeatureActivatorType
extends ActivatorType

A certain license feature (e.g. monitoring) must be active in order to activate the extension.

Java class for LicenseFeatureActivatorType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="LicenseFeatureActivatorType">
   <complexContent>
     <extension base="{urn:xmlns:rhq-serverplugin.perspective}ActivatorType">
       <attribute name="name" use="required" type="{urn:xmlns:rhq-serverplugin.perspective}LicenseFeatureType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  LicenseFeatureType name
           
 
Constructor Summary
LicenseFeatureActivatorType()
           
 
Method Summary
 LicenseFeatureType getName()
          Gets the value of the name property.
 void setName(LicenseFeatureType value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected LicenseFeatureType name
Constructor Detail

LicenseFeatureActivatorType

public LicenseFeatureActivatorType()
Method Detail

getName

public LicenseFeatureType getName()
Gets the value of the name property.

Returns:
possible object is LicenseFeatureType

setName

public void setName(LicenseFeatureType value)
Sets the value of the name property.

Parameters:
value - allowed object is LicenseFeatureType


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.