|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.PositionType
public class PositionType
Defines position of the extension in the UI, relative to other extensions.
Java class for PositionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PositionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" type="{urn:xmlns:rhq-serverplugin.perspective}NameType" />
<attribute name="placement" use="required" type="{urn:xmlns:rhq-serverplugin.perspective}PlacementType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
name
|
protected PlacementType |
placement
|
| Constructor Summary | |
|---|---|
PositionType()
|
|
| Method Summary | |
|---|---|
String |
getName()
Gets the value of the name property. |
PlacementType |
getPlacement()
Gets the value of the placement property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setPlacement(PlacementType value)
Sets the value of the placement property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected PlacementType placement
| Constructor Detail |
|---|
public PositionType()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic PlacementType getPlacement()
PlacementTypepublic void setPlacement(PlacementType value)
value - allowed object is
PlacementType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||