Class PropertyInfo
java.lang.Object
org.apache.log.output.jms.PropertyInfo
A descriptor for each message property.
- Author:
- Avalon Development Team, Mircea Toma
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPropertyInfo(String name, int type, String aux) Creation of a new property info instance. -
Method Summary
-
Field Details
-
m_name
Name of property -
m_type
private final int m_typeType/Source of property -
m_aux
Auxilliary parameters (ie constant or sub-format)
-
-
Constructor Details
-
PropertyInfo
-
-
Method Details
-
getName
-
getType
public int getType()Return the property type- Returns:
- the type
-
getAux
-