public class ExternalStandardMapping extends TypeDefElementHeader
CURRENT_TYPE_DEF_HEADER_VERSION| Constructor and Description |
|---|
ExternalStandardMapping()
Default Constructor initializes to null.
|
ExternalStandardMapping(ExternalStandardMapping templateElement)
Copy/clone constructor copies values from supplied template.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Verify that supplied object has the same properties.
|
String |
getStandardName()
Return the name of the standard that this mapping relates to.
|
String |
getStandardOrganization()
Return the name of organization that owns the standard that this mapping refers to.
|
String |
getStandardTypeName()
Return the name of the type from the standard that is equivalent to the linked open metadata type.
|
int |
hashCode()
Integer for hashmaps
|
void |
setStandardName(String standardName)
Set up the name of the standard that this mapping relates to.
|
void |
setStandardOrganization(String standardOrganization)
Set up the name of the organization that owns the standard that this mapping refers to.
|
void |
setStandardTypeName(String standardTypeName)
Set up the name of the type from the standard that is equivalent to the linked open metadata type.
|
String |
toString()
Standard toString method.
|
getHeaderVersion, setHeaderVersionpublic ExternalStandardMapping()
public ExternalStandardMapping(ExternalStandardMapping templateElement)
templateElement - template to copy.public String getStandardName()
public void setStandardName(String standardName)
standardName - String standard namepublic String getStandardOrganization()
public void setStandardOrganization(String standardOrganization)
standardOrganization - String organization namepublic String getStandardTypeName()
public void setStandardTypeName(String standardTypeName)
standardTypeName - String type name from standardpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.