org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective
Class LicenseFeatureActivatorType
java.lang.Object
org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ActivatorType
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected LicenseFeatureType name
LicenseFeatureActivatorType
public LicenseFeatureActivatorType()
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.