Uses of Class
org.odpi.openmetadata.accessservices.dataengine.model.UpdateSemantic
-
Packages that use UpdateSemantic Package Description org.odpi.openmetadata.accessservices.dataengine.model -
-
Uses of UpdateSemantic in org.odpi.openmetadata.accessservices.dataengine.model
Methods in org.odpi.openmetadata.accessservices.dataengine.model that return UpdateSemantic Modifier and Type Method Description UpdateSemanticPort. getUpdateSemantic()Gets update semantic.UpdateSemanticProcess. getUpdateSemantic()Gets update semantic.static UpdateSemanticUpdateSemantic. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateSemantic[]UpdateSemantic. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.dataengine.model with parameters of type UpdateSemantic Modifier and Type Method Description voidPort. setUpdateSemantic(UpdateSemantic updateSemantic)Sets update semantic.voidProcess. setUpdateSemantic(UpdateSemantic updateSemantic)Sets update semantic.
-