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 thePlaceholderValuefor 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 charcharAt(int index)PlaceholderValue.PlaceholderCharSequenceclone()Clones this object (usually viaObject.clone()).intlength()CharSequencesubSequence(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:
lengthin interfaceCharSequence
-
charAt
public char charAt(int index)
- Specified by:
charAtin interfaceCharSequence
-
subSequence
public CharSequence subSequence(int start, int end)
- Specified by:
subSequencein interfaceCharSequence
-
clone
public PlaceholderValue.PlaceholderCharSequence clone()
Description copied from interface:TypedCloneableClones this object (usually viaObject.clone()).- Specified by:
clonein interfaceTypedCloneable<PlaceholderValue.PlaceholderCharSequence>- Overrides:
clonein classObject- Returns:
- A clone of the implementing object.
-
-