public class PropertyInfo
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
private java.lang.String |
m_aux |
|
private java.lang.String |
m_name |
|
private int |
m_type |
Constructor | Description |
---|---|
PropertyInfo(java.lang.String name,
int type,
java.lang.String aux) |
Creation of a new property info instance.
|
Modifier and Type | Method | 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
Copyright © 2003-2004 The Apache Software Foundation. All Rights Reserved.