Uses of Class
org.gcube.social_networking.socialnetworking.model.beans.workspace.WorkspaceEventType
-
Packages that use WorkspaceEventType Package Description org.gcube.social_networking.socialnetworking.model.beans.workspace -
-
Uses of WorkspaceEventType in org.gcube.social_networking.socialnetworking.model.beans.workspace
Fields in org.gcube.social_networking.socialnetworking.model.beans.workspace declared as WorkspaceEventType Modifier and Type Field Description protected WorkspaceEventTypeWorkspaceEvent. TYPEMethods in org.gcube.social_networking.socialnetworking.model.beans.workspace that return WorkspaceEventType Modifier and Type Method Description WorkspaceEventTypeWorkspaceEvent. getType()static WorkspaceEventTypeWorkspaceEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkspaceEventType[]WorkspaceEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-