Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.metadataelement.ElementOrigin
-
Packages that use ElementOrigin Package Description org.odpi.openmetadata.accessservices.communityprofile.metadataelement -
-
Uses of ElementOrigin in org.odpi.openmetadata.accessservices.communityprofile.metadataelement
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelement that return ElementOrigin Modifier and Type Method Description ElementOriginElementHeader. getOrigin()Return information about the origin of the element.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelement with parameters of type ElementOrigin Modifier and Type Method Description voidElementHeader. setOrigin(ElementOrigin origin)Set up information about the origin of the element.Constructors in org.odpi.openmetadata.accessservices.communityprofile.metadataelement with parameters of type ElementOrigin Constructor Description ElementOrigin(ElementOrigin templateType)Copy/clone constructor
-