org.rhq.core.domain.configuration.definition
Class PropertyOptionsSource

java.lang.Object
  extended by org.rhq.core.domain.configuration.definition.PropertyOptionsSource
All Implemented Interfaces:
Serializable

public class PropertyOptionsSource
extends Object
implements Serializable

Defines a source for property options

See Also:
Serialized Form

Nested Class Summary
static class PropertyOptionsSource.TargetType
           
 
Constructor Summary
PropertyOptionsSource()
           
 
Method Summary
 String getExpression()
           
 String getFilter()
           
 int getId()
           
 PropertyOptionsSource.TargetType getTargetType()
           
 boolean isLinkToTarget()
           
 void setExpression(String expression)
           
 void setFilter(String filter)
           
 void setId(int id)
           
 void setLinkToTarget(boolean linkToTarget)
           
 void setTarget(String target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyOptionsSource

public PropertyOptionsSource()
Method Detail

setTarget

public void setTarget(String target)

setLinkToTarget

public void setLinkToTarget(boolean linkToTarget)

setFilter

public void setFilter(String filter)

setExpression

public void setExpression(String expression)

isLinkToTarget

public boolean isLinkToTarget()

getFilter

public String getFilter()

getExpression

public String getExpression()

getTargetType

public PropertyOptionsSource.TargetType getTargetType()

getId

public int getId()

setId

public void setId(int id)


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