Uses of Interface
de.aristaflow.adept2.model.datamanagement.PlaceholderValue
-
Packages that use PlaceholderValue Package Description de.aristaflow.adept2.model.datamanagement -
-
Uses of PlaceholderValue in de.aristaflow.adept2.model.datamanagement
Classes in de.aristaflow.adept2.model.datamanagement that implement PlaceholderValue Modifier and Type Class Description static class
PlaceholderValue.AbstractPlaceholderValue
Abstract class providing the basic methods for aPlaceholderValue
, for instancePlaceholderValue.AbstractPlaceholderValue.equals(Object)
andPlaceholderValue.AbstractPlaceholderValue.hashCode()
.static class
PlaceholderValue.PlaceholderCharSequence
This class implements thePlaceholderValue
for a value ofProcessConstants.AdeptDataType.STRING
.static class
PlaceholderValue.PlaceholderUdtValue
This class implements thePlaceholderValue
for a value ofProcessConstants.AdeptDataType.USERDEFINED
type.
-