public enum EEntityKeySelectionType extends Enum<EEntityKeySelectionType>
SelectionBean.| Enum Constant and Description | 
|---|
CLIENT
View exists once for each client, ie. use the current view and the client as the key. 
 | 
PROJECT
View exists once for each client and project, ie. use the current view, the client and the project as the key. 
 | 
SYSTEM
View exists once for the system, ie. use the current view as the key. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isUsingClient()  | 
boolean | 
isUsingProject()  | 
static EEntityKeySelectionType | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static EEntityKeySelectionType[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final EEntityKeySelectionType SYSTEM
public static final EEntityKeySelectionType CLIENT
public static final EEntityKeySelectionType PROJECT
public static EEntityKeySelectionType[] values()
for (EEntityKeySelectionType c : EEntityKeySelectionType.values()) System.out.println(c);
public static EEntityKeySelectionType 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 nullpublic boolean isUsingClient()
public boolean isUsingProject()
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.