public enum ServiceInterfaceInstancePermission extends Enum<ServiceInterfaceInstancePermission>
Enum Constant and Description |
---|
Add
Permission used to check if user has permission to add a service
interface instance.
|
Delete
Permission used to check if user has permission to delete a service
interface instance.
|
Update
Permission used to check if user has permission to update a service
interface instance.
|
Modifier and Type | Method and Description |
---|---|
static ServiceInterfaceInstancePermission |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceInterfaceInstancePermission[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceInterfaceInstancePermission Add
public static final ServiceInterfaceInstancePermission Update
public static final ServiceInterfaceInstancePermission Delete
public static ServiceInterfaceInstancePermission[] values()
for (ServiceInterfaceInstancePermission c : ServiceInterfaceInstancePermission.values()) System.out.println(c);
public static ServiceInterfaceInstancePermission valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullLumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.