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 java.lang.Object


Constructor Summary
Props.SimpleProperty(java.lang.String name)
           
 
Method Summary
 java.lang.String getDefaultValue()
           
 java.lang.String getDescription()
           
 java.lang.String getDisplayName()
           
 java.lang.String getName()
           
 java.lang.String getType()
           
 boolean isReadOnly()
           
 void setDefaultValue(java.lang.String defaultValue)
           
 void setDescription(java.lang.String description)
           
 void setDisplayName(java.lang.String displayName)
           
 void setReadOnly(boolean readOnly)
           
 void setType(java.lang.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(java.lang.String name)
Method Detail

getName

public java.lang.String getName()

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

isReadOnly

public boolean isReadOnly()

setReadOnly

public void setReadOnly(boolean readOnly)

getDisplayName

public java.lang.String getDisplayName()

setDisplayName

public void setDisplayName(java.lang.String displayName)

getDefaultValue

public java.lang.String getDefaultValue()

setDefaultValue

public void setDefaultValue(java.lang.String defaultValue)


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