Package jadx.core.xmlgen.entry
Class ResourceEntry
- java.lang.Object
-
- jadx.core.xmlgen.entry.ResourceEntry
-
public final class ResourceEntry extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ResourceEntry(int id, java.lang.String pkgName, java.lang.String typeName, java.lang.String keyName, java.lang.String config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceEntrycopy(java.lang.String newKeyName)ResourceEntrycopyWithId()java.lang.StringgetConfig()intgetId()java.lang.StringgetKeyName()java.util.List<RawNamedValue>getNamedValues()intgetParentRef()java.lang.StringgetPkgName()ProtoValuegetProtoValue()RawValuegetSimpleValue()java.lang.StringgetTypeName()voidsetNamedValues(java.util.List<RawNamedValue> namedValues)voidsetParentRef(int parentRef)voidsetProtoValue(ProtoValue protoValue)voidsetSimpleValue(RawValue simpleValue)java.lang.StringtoString()
-
-
-
Method Detail
-
copy
public ResourceEntry copy(java.lang.String newKeyName)
-
copyWithId
public ResourceEntry copyWithId()
-
getId
public int getId()
-
getPkgName
public java.lang.String getPkgName()
-
getTypeName
public java.lang.String getTypeName()
-
getKeyName
public java.lang.String getKeyName()
-
getConfig
public java.lang.String getConfig()
-
setParentRef
public void setParentRef(int parentRef)
-
getParentRef
public int getParentRef()
-
getProtoValue
public ProtoValue getProtoValue()
-
setProtoValue
public void setProtoValue(ProtoValue protoValue)
-
getSimpleValue
public RawValue getSimpleValue()
-
setSimpleValue
public void setSimpleValue(RawValue simpleValue)
-
setNamedValues
public void setNamedValues(java.util.List<RawNamedValue> namedValues)
-
getNamedValues
public java.util.List<RawNamedValue> getNamedValues()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-