Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.properties.ExecutionPointProperties
-
Packages that use ExecutionPointProperties Package Description org.odpi.openmetadata.accessservices.governanceprogram.metadataelements The metadata elements describe metadata retrieved from the open metadata repositories.org.odpi.openmetadata.accessservices.governanceprogram.properties -
-
Uses of ExecutionPointProperties in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return ExecutionPointProperties Modifier and Type Method Description ExecutionPointPropertiesExecutionPointElement. getProperties()Return the properties of the execution point.Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type ExecutionPointProperties Modifier and Type Method Description voidExecutionPointElement. setProperties(ExecutionPointProperties properties)Set up the properties of the execution point. -
Uses of ExecutionPointProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.properties with parameters of type ExecutionPointProperties Constructor Description ExecutionPointProperties(ExecutionPointProperties template)Copy/clone constructor
-