Uses of Class
org.odpi.openmetadata.frameworks.governanceaction.properties.ElementType
-
Packages that use ElementType Package Description org.odpi.openmetadata.frameworks.governanceaction.properties -
-
Uses of ElementType in org.odpi.openmetadata.frameworks.governanceaction.properties
Methods in org.odpi.openmetadata.frameworks.governanceaction.properties that return ElementType Modifier and Type Method Description ElementTypeOpenMetadataElement. getElementType()Return the element type properties for this metadata element.ElementTypeRelatedMetadataElement. getRelationshipType()Return the element type properties for this relationship object.ElementTypeRelatedMetadataElements. getRelationshipType()Return the element type properties for this relationship object.Methods in org.odpi.openmetadata.frameworks.governanceaction.properties with parameters of type ElementType Modifier and Type Method Description voidOpenMetadataElement. setElementType(ElementType type)Set up the element type properties for this metadata element.voidRelatedMetadataElement. setRelationshipType(ElementType relationshipType)Set up the element type properties for this relationship object.voidRelatedMetadataElements. setRelationshipType(ElementType relationshipType)Set up the element type properties for this relationship object.Constructors in org.odpi.openmetadata.frameworks.governanceaction.properties with parameters of type ElementType Constructor Description ElementType(ElementType template)Copy/clone constructor
-