public class TypeProperty extends Object
Constructor and Description |
---|
TypeProperty() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
boolean |
getPseudo() |
String |
getValue() |
void |
Print(PrintWriter output) |
void |
setName(String name) |
void |
setPseudo(boolean pseudo) |
void |
setValue(String value) |
String |
toString()
To generate a
String representing this class instance. |
public String getName()
public String getValue()
public boolean getPseudo()
public void setName(String name)
public void setValue(String value)
public void setPseudo(boolean pseudo)
public void Print(PrintWriter output)
public String toString()
String
representing this class instance.toString
in class Object
Object.toString()
Copyright © 2013. All rights reserved.