org.ow2.jasmine.probe.shell
Class IndicatorChangeCommandParams

java.lang.Object
  extended by org.ow2.jasmine.probe.shell.JasmineProbeCommandParams
      extended by org.ow2.jasmine.probe.shell.IndicatorChangeCommandParams

public class IndicatorChangeCommandParams
extends JasmineProbeCommandParams


Field Summary
 String name
           
 List<String> props
           
 int scale
           
 List<String> sources
           
 String type
           
 
Constructor Summary
IndicatorChangeCommandParams()
           
 
Method Summary
 String getName()
           
 List<String> getProps()
           
 int getScale()
           
 List<String> getSources()
           
 String getType()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

type

public String type

sources

public List<String> sources

scale

public int scale

props

public List<String> props
Constructor Detail

IndicatorChangeCommandParams

public IndicatorChangeCommandParams()
Method Detail

getName

public String getName()

getType

public String getType()

getSources

public List<String> getSources()

getProps

public List<String> getProps()

getScale

public int getScale()

reset

public void reset()


Copyright © 2013 OW2 Consortium. All Rights Reserved.