org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective
Class FacetActivatorType
java.lang.Object
org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ActivatorType
org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.FacetActivatorType
public class FacetActivatorType
- extends ActivatorType
The resource in context must be of a resource type that implements the specified facet.
Java class for FacetActivatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FacetActivatorType">
<complexContent>
<extension base="{urn:xmlns:rhq-serverplugin.perspective}ActivatorType">
<attribute name="name" use="required" type="{urn:xmlns:rhq-serverplugin.perspective}FacetType" />
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected FacetType name
FacetActivatorType
public FacetActivatorType()
getName
public FacetType getName()
- Gets the value of the name property.
- Returns:
- possible object is
FacetType
setName
public void setName(FacetType value)
- Sets the value of the name property.
- Parameters:
value - allowed object is
FacetType
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.