Class TMXProp


  • public class TMXProp
    extends java.lang.Object
    Class for store key-value pair.
    • Constructor Summary

      Constructors 
      Constructor Description
      TMXProp​(java.lang.String key, java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getType()  
      java.lang.String getValue()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TMXProp

        public TMXProp​(java.lang.String key,
                       java.lang.String value)
    • Method Detail

      • getType

        public java.lang.String getType()
      • getValue

        public java.lang.String getValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object