Uses of Class
com.vaadin.collaborationengine.ListOperation.OperationType
-
Packages that use ListOperation.OperationType Package Description com.vaadin.collaborationengine -
-
Uses of ListOperation.OperationType in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine that return ListOperation.OperationType Modifier and Type Method Description static ListOperation.OperationTypeListOperation.OperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ListOperation.OperationType[]ListOperation.OperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-