Class MCOldObject.MCOldObjectField

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Integer fieldModifier  
      (package private) java.lang.String fieldName  
    • Constructor Summary

      Constructors 
      Constructor Description
      MCOldObjectField​(java.lang.String fieldName, java.lang.Integer fieldModifier)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getModifier()
      Returns the field modifier.
      java.lang.String getName()
      Returns the field name.
      • Methods inherited from class java.lang.Object

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

      • fieldName

        java.lang.String fieldName
      • fieldModifier

        java.lang.Integer fieldModifier
    • Constructor Detail

      • MCOldObjectField

        public MCOldObjectField​(java.lang.String fieldName,
                                java.lang.Integer fieldModifier)
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: IMCOldObjectField
        Returns the field name.
        Specified by:
        getName in interface IMCOldObjectField
        Returns:
        the name of the field containing the object
      • getModifier

        public java.lang.Integer getModifier()
        Description copied from interface: IMCOldObjectField
        Returns the field modifier.

        See Modifier for more information about the bit pattern and for methods that can be used to decode it.

        Specified by:
        getModifier in interface IMCOldObjectField
        Returns:
        the modifier of the field containing the object