org.apache.log.output.jms
public class PropertyInfo extends Object
Field Summary | |
---|---|
String | m_aux |
String | m_name |
int | m_type |
Constructor Summary | |
---|---|
PropertyInfo(String name, int type, String aux)
Creation of a new property info instance. |
Method Summary | |
---|---|
String | getAux()
Return the property auxilliary information |
String | getName()
Return the property name |
int | getType()
Return the property type |
Parameters: name the property type the property type aux auxillary property value
Returns: the information
Returns: the name
Returns: the type