public class BeanPropertyGenerator
extends java.lang.Object
| Constructor and Description |
|---|
BeanPropertyGenerator(java.io.InputStream properties,
java.io.PrintStream out) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public BeanPropertyGenerator(java.io.InputStream properties,
java.io.PrintStream out)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getName()
public void setName(java.lang.String v)
v - Value to assign to name.public int getIndentLevel()
public void setIndentLevel(int v)
v - Value to assign to indent.public static void main(java.lang.String[] args)