org.rhq.core.domain.configuration.definition
Class PropertyOptionsSource
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyOptionsSource
public PropertyOptionsSource()
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.