Class ProfileData.Property

  • Enclosing class:
    ProfileData

    public static class ProfileData.Property
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name  
      java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Property()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • name

        public java.lang.String name
      • value

        public java.lang.String value
    • Constructor Detail

      • Property

        public Property()