fr.esrf.tangoatk.util
Class BeanPropertyGenerator

java.lang.Object
  extended by fr.esrf.tangoatk.util.BeanPropertyGenerator

public class BeanPropertyGenerator
extends java.lang.Object


Constructor Summary
BeanPropertyGenerator(java.io.InputStream properties, java.io.PrintStream out)
           
 
Method Summary
 int getIndentLevel()
          Get the value of indent.
 java.lang.String getName()
          Get the value of name.
static void main(java.lang.String[] args)
           
 void setIndentLevel(int v)
          Set the value of indent.
 void setName(java.lang.String v)
          Set the value of name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanPropertyGenerator

public BeanPropertyGenerator(java.io.InputStream properties,
                             java.io.PrintStream out)
                      throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getName

public java.lang.String getName()
Get the value of name.

Returns:
value of name.

setName

public void setName(java.lang.String v)
Set the value of name.

Parameters:
v - Value to assign to name.

getIndentLevel

public int getIndentLevel()
Get the value of indent.

Returns:
value of indent.

setIndentLevel

public void setIndentLevel(int v)
Set the value of indent.

Parameters:
v - Value to assign to indent.

main

public static void main(java.lang.String[] args)