Class PlaceholderValue.PlaceholderCharSequence
- java.lang.Object
-
- de.aristaflow.adept2.model.datamanagement.PlaceholderValue.AbstractPlaceholderValue
-
- de.aristaflow.adept2.model.datamanagement.PlaceholderValue.PlaceholderCharSequence
-
- All Implemented Interfaces:
PlaceholderValue
,TypedCloneable<PlaceholderValue.PlaceholderCharSequence>
,Serializable
,CharSequence
,Cloneable
- Enclosing interface:
- PlaceholderValue
public static final class PlaceholderValue.PlaceholderCharSequence extends PlaceholderValue.AbstractPlaceholderValue implements CharSequence, TypedCloneable<PlaceholderValue.PlaceholderCharSequence>
This class implements thePlaceholderValue
for a value ofProcessConstants.AdeptDataType.STRING
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.aristaflow.adept2.model.datamanagement.PlaceholderValue
PlaceholderValue.AbstractPlaceholderValue, PlaceholderValue.PlaceholderCharSequence, PlaceholderValue.PlaceholderUdtValue
-
-
Field Summary
-
Fields inherited from interface de.aristaflow.adept2.model.datamanagement.PlaceholderValue
STRING_VALUE_PLACEHOLDER, UDT_NAME, UDT_VALUE_PLACEHOLDER
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description char
charAt(int index)
PlaceholderValue.PlaceholderCharSequence
clone()
Clones this object (usually viaObject.clone()
).int
length()
CharSequence
subSequence(int start, int end)
-
Methods inherited from class de.aristaflow.adept2.model.datamanagement.PlaceholderValue.AbstractPlaceholderValue
equals, getDataType, hashCode, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.CharSequence
chars, codePoints, toString
-
-
-
-
Method Detail
-
length
public int length()
- Specified by:
length
in interfaceCharSequence
-
charAt
public char charAt(int index)
- Specified by:
charAt
in interfaceCharSequence
-
subSequence
public CharSequence subSequence(int start, int end)
- Specified by:
subSequence
in interfaceCharSequence
-
clone
public PlaceholderValue.PlaceholderCharSequence clone()
Description copied from interface:TypedCloneable
Clones this object (usually viaObject.clone()
).- Specified by:
clone
in interfaceTypedCloneable<PlaceholderValue.PlaceholderCharSequence>
- Overrides:
clone
in classObject
- Returns:
- A clone of the implementing object.
-
-