public class PropertyInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
m_aux |
private java.lang.String |
m_name |
private int |
m_type |
Constructor and Description |
---|
PropertyInfo(java.lang.String name,
int type,
java.lang.String aux)
Creation of a new property info instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAux()
Return the property auxilliary information
|
java.lang.String |
getName()
Return the property name
|
int |
getType()
Return the property type
|
private final java.lang.String m_name
private final int m_type
private final java.lang.String m_aux