|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.core.clientapi.descriptor.configuration.OptionSource
public class OptionSource
Defines a source for the options of the property options. Sources can e.g. be Resources, ResourceTypes, Schedules, Configurations etc.
Java class for optionSource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="optionSource">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="expression" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="filter" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="linkToTarget" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="target" use="required" type="{urn:xmlns:rhq-configuration}sourceType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
expression
|
protected String |
filter
|
protected Boolean |
linkToTarget
|
protected SourceType |
target
|
| Constructor Summary | |
|---|---|
OptionSource()
|
|
| Method Summary | |
|---|---|
String |
getExpression()
Gets the value of the expression property. |
String |
getFilter()
Gets the value of the filter property. |
SourceType |
getTarget()
Gets the value of the target property. |
boolean |
isLinkToTarget()
Gets the value of the linkToTarget property. |
void |
setExpression(String value)
Sets the value of the expression property. |
void |
setFilter(String value)
Sets the value of the filter property. |
void |
setLinkToTarget(Boolean value)
Sets the value of the linkToTarget property. |
void |
setTarget(SourceType value)
Sets the value of the target property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String expression
protected String filter
protected Boolean linkToTarget
protected SourceType target
| Constructor Detail |
|---|
public OptionSource()
| Method Detail |
|---|
public String getExpression()
Stringpublic void setExpression(String value)
value - allowed object is
Stringpublic String getFilter()
Stringpublic void setFilter(String value)
value - allowed object is
Stringpublic boolean isLinkToTarget()
Booleanpublic void setLinkToTarget(Boolean value)
value - allowed object is
Booleanpublic SourceType getTarget()
SourceTypepublic void setTarget(SourceType value)
value - allowed object is
SourceType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||