org.rhq.core.pluginapi.configuration
Class ListPropertySimpleWrapper

java.lang.Object
  extended by org.rhq.core.pluginapi.configuration.ListPropertySimpleWrapper

public class ListPropertySimpleWrapper
extends Object


Field Summary
protected  PropertySimple prop
           
 
Constructor Summary
ListPropertySimpleWrapper(PropertySimple prop)
           
 
Method Summary
 List<String> getValue()
           
 void setValue(List list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prop

protected PropertySimple prop
Constructor Detail

ListPropertySimpleWrapper

public ListPropertySimpleWrapper(PropertySimple prop)
Method Detail

setValue

public void setValue(List list)

getValue

public List<String> getValue()


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