Uses of Class
org.odpi.openmetadata.accessservices.subjectarea.properties.enums.ActivityType
-
-
Uses of ActivityType in org.odpi.openmetadata.accessservices.subjectarea.properties.classifications
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.classifications that return ActivityType Modifier and Type Method Description ActivityTypeActivityDescription. getActivityType()Classification of the activity.Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.classifications with parameters of type ActivityType Modifier and Type Method Description voidActivityDescription. setActivityType(ActivityType activityType) -
Uses of ActivityType in org.odpi.openmetadata.accessservices.subjectarea.properties.enums
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.enums that return ActivityType Modifier and Type Method Description static ActivityTypeActivityType. valueOf(String name)Returns the enum constant of this type with the specified name.static ActivityType[]ActivityType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ActivityType in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term that return ActivityType Modifier and Type Method Description ActivityTypeActivity. getActivityType()Different types of activities.Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.term with parameters of type ActivityType Modifier and Type Method Description voidActivity. setActivityType(ActivityType activityType)
-