Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.LatestChangeTarget
-
Packages that use LatestChangeTarget Package Description org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of LatestChangeTarget in org.odpi.openmetadata.frameworks.connectors.properties.beans
Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return LatestChangeTarget Modifier and Type Method Description LatestChangeTargetLatestChange. getLatestChangeTarget()Return the relationship of element that has been changed to the anchor.static LatestChangeTargetLatestChangeTarget. valueOf(String name)Returns the enum constant of this type with the specified name.static LatestChangeTarget[]LatestChangeTarget. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type LatestChangeTarget Modifier and Type Method Description voidLatestChange. setLatestChangeTarget(LatestChangeTarget latestChangeTarget)Set up the relationship of element that has been changed to the anchor.
-