Class PropertyInfo


  • public class PropertyInfo
    extends java.lang.Object
    A descriptor for each message property.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String m_aux  
      private java.lang.String m_name  
      private int m_type  
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyInfo​(java.lang.String name, int type, java.lang.String aux)
      Creation of a new property info instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • m_name

        private final java.lang.String m_name
      • m_type

        private final int m_type
      • m_aux

        private final java.lang.String m_aux
    • Constructor Detail

      • PropertyInfo

        public PropertyInfo​(java.lang.String name,
                            int type,
                            java.lang.String aux)
        Creation of a new property info instance.
        Parameters:
        name - the property
        type - the property type
        aux - auxillary property value
    • Method Detail

      • getName

        public java.lang.String getName()
        Return the property name
        Returns:
        the name
      • getType

        public int getType()
        Return the property type
        Returns:
        the type
      • getAux

        public java.lang.String getAux()
        Return the property auxilliary information
        Returns:
        the information