org.rhq.helpers.pluginGen
Class Props.SimpleProperty

java.lang.Object
  extended by org.rhq.helpers.pluginGen.Props.SimpleProperty
Enclosing class:
Props

public static class Props.SimpleProperty
extends Object


Constructor Summary
Props.SimpleProperty(String name)
           
 
Method Summary
 String getDefaultValue()
           
 String getDescription()
           
 String getDisplayName()
           
 String getName()
           
 String getType()
           
 boolean isReadOnly()
           
 void setDefaultValue(String defaultValue)
           
 void setDescription(String description)
           
 void setDisplayName(String displayName)
           
 void setReadOnly(boolean readOnly)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Props.SimpleProperty

public Props.SimpleProperty(String name)
Method Detail

getName

public String getName()

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getType

public String getType()

setType

public void setType(String type)

isReadOnly

public boolean isReadOnly()

setReadOnly

public void setReadOnly(boolean readOnly)

getDisplayName

public String getDisplayName()

setDisplayName

public void setDisplayName(String displayName)

getDefaultValue

public String getDefaultValue()

setDefaultValue

public void setDefaultValue(String defaultValue)


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