Class PlaceholderValue.AbstractPlaceholderValue
java.lang.Object
de.aristaflow.adept2.model.datamanagement.PlaceholderValue.AbstractPlaceholderValue
- All Implemented Interfaces:
PlaceholderValue,Serializable
- Direct Known Subclasses:
PlaceholderValue.PlaceholderCharSequence,PlaceholderValue.PlaceholderUdtValue
- Enclosing interface:
- PlaceholderValue
public abstract static class PlaceholderValue.AbstractPlaceholderValue
extends Object
implements PlaceholderValue
Abstract class providing the basic methods for a
PlaceholderValue, for instance
equals(Object) and hashCode(). Both cannot be defined on an interface.- See Also:
-
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 -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
-
Constructor Details
-
AbstractPlaceholderValue
-
-
Method Details
-
getDataType
Description copied from interface:PlaceholderValueGets the data type this instance is a placeholder value for. This method is used for#equals(Object)since methods can be called on proxies.- Specified by:
getDataTypein interfacePlaceholderValue- Returns:
- The data type this instance is a placeholder value for.
-
toString
-
equals
-
hashCode
public int hashCode()
-