org.rhq.helpers.pluginGen
Class Props.OperationProps

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

public static class Props.OperationProps
extends Object


Constructor Summary
Props.OperationProps(String name)
           
 
Method Summary
 String getDescription()
           
 String getDisplayName()
           
 String getName()
           
 Set<Props.SimpleProperty> getParams()
           
 Props.SimpleProperty getResult()
           
 void setDescription(String description)
           
 void setDisplayName(String displayName)
           
 void setResult(Props.SimpleProperty result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Props.OperationProps

public Props.OperationProps(String name)
Method Detail

getDisplayName

public String getDisplayName()

setDisplayName

public void setDisplayName(String displayName)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getName

public String getName()

getParams

public Set<Props.SimpleProperty> getParams()

getResult

public Props.SimpleProperty getResult()

setResult

public void setResult(Props.SimpleProperty result)


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