public class ValidValueImplAssetElement extends ValidValuesImplProperties implements Serializable
| Constructor and Description |
|---|
ValidValueImplAssetElement()
Default constructor
|
ValidValueImplAssetElement(ValidValueImplAssetElement template)
Copy clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
ReferenceDataAssetElement |
getReferenceDataAsset()
Returns the asset where the implementation of the valid value set is stored.
|
List<Connection> |
getReferenceDataConnections()
Return the list of connections assigned to the reference data asset.
|
int |
hashCode()
Return hash code for this object
|
void |
setReferenceDataAsset(ReferenceDataAssetElement referenceDataAsset)
Set up the asset where the implementation of the valid value set is stored.
|
void |
setReferenceDataConnections(List<Connection> connections)
Set up the list of connections assigned to the reference data asset.
|
String |
toString()
JSON-style toString
|
getAdditionalValues, getImplementationValue, getSymbolicName, setAdditionalValues, setImplementationValue, setSymbolicNamepublic ValidValueImplAssetElement()
public ValidValueImplAssetElement(ValidValueImplAssetElement template)
template - object to copypublic ReferenceDataAssetElement getReferenceDataAsset()
public void setReferenceDataAsset(ReferenceDataAssetElement referenceDataAsset)
referenceDataAsset - properties of the assetpublic List<Connection> getReferenceDataConnections()
public void setReferenceDataConnections(List<Connection> connections)
connections - Connection object listpublic String toString()
toString in class ValidValuesImplPropertiespublic boolean equals(Object objectToCompare)
equals in class ValidValuesImplPropertiesobjectToCompare - test objectpublic int hashCode()
hashCode in class ValidValuesImplPropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.