Class ProtoValue


  • public class ProtoValue
    extends java.lang.Object
    • Constructor Detail

      • ProtoValue

        public ProtoValue​(java.lang.String value)
      • ProtoValue

        public ProtoValue()
    • Method Detail

      • getType

        public int getType()
      • setType

        public ProtoValue setType​(int type)
      • getValue

        public java.lang.String getValue()
      • getParent

        public java.lang.String getParent()
      • setParent

        public ProtoValue setParent​(java.lang.String parent)
      • setName

        public ProtoValue setName​(java.lang.String name)
      • getName

        public java.lang.String getName()
      • getNamedValues

        public java.util.List<ProtoValue> getNamedValues()