Class SerializedPropertyValue

java.lang.Object
io.lionweb.lioncore.java.serialization.data.SerializedPropertyValue

public class SerializedPropertyValue extends Object
This represents the serialization of the value of a property in a Node.
  • Constructor Details

    • SerializedPropertyValue

      public SerializedPropertyValue()
    • SerializedPropertyValue

      public SerializedPropertyValue(MetaPointer metaPointer, String value)
  • Method Details

    • getMetaPointer

      public MetaPointer getMetaPointer()
    • setMetaPointer

      public void setMetaPointer(MetaPointer metaPointer)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object