public enum ImmoToolPermission extends Enum<ImmoToolPermission> implements ProjectPermission
| Modifier and Type | Method and Description | 
|---|---|
| ProjectPermission[] | getChildren() | 
| String | getKey() | 
| ProjectPermission | getParent() | 
| String | getTranslation() | 
| String | getTranslation(Locale locale) | 
| static ImmoToolPermission | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ImmoToolPermission[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static ImmoToolPermission[] values()
for (ImmoToolPermission c : ImmoToolPermission.values()) System.out.println(c);
public static ImmoToolPermission 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 ProjectPermission[] getChildren()
getChildren in interface ProjectPermissionpublic String getKey()
getKey in interface ProjectPermissionpublic ProjectPermission getParent()
getParent in interface ProjectPermissionpublic String getTranslation()
getTranslation in interface com.openindex.openestate.impl.utils.TranslatableCopyright © 2015 OpenEstate. All rights reserved.