Class ProtoValue

java.lang.Object
jadx.core.xmlgen.entry.ProtoValue

public class ProtoValue extends Object
  • Field Details

    • parent

      private String parent
    • name

      private String name
    • value

      private String value
    • type

      private int type
    • namedValues

      private List<ProtoValue> namedValues
  • Constructor Details

    • ProtoValue

      public ProtoValue(String value)
    • ProtoValue

      public ProtoValue()
  • Method Details