Package org.jf.dexlib2.writer.builder
Class BuilderEncodedValues.BuilderStringEncodedValue
- java.lang.Object
-
- org.jf.dexlib2.base.value.BaseStringEncodedValue
-
- org.jf.dexlib2.writer.builder.BuilderEncodedValues.BuilderStringEncodedValue
-
- All Implemented Interfaces:
java.lang.Comparable<EncodedValue>
,EncodedValue
,StringEncodedValue
,BuilderEncodedValues.BuilderEncodedValue
- Enclosing class:
- BuilderEncodedValues
public static class BuilderEncodedValues.BuilderStringEncodedValue extends BaseStringEncodedValue implements BuilderEncodedValues.BuilderEncodedValue
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getValue()
Gets the string value.-
Methods inherited from class org.jf.dexlib2.base.value.BaseStringEncodedValue
compareTo, equals, getValueType, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jf.dexlib2.iface.value.EncodedValue
getValueType
-
-
-
-
Method Detail
-
getValue
@Nonnull public java.lang.String getValue()
Description copied from interface:StringEncodedValue
Gets the string value.- Specified by:
getValue
in interfaceStringEncodedValue
- Returns:
- the string value
-
-