Enum BadgeFetcher.BadgeKeys
- java.lang.Object
- 
- java.lang.Enum<BadgeFetcher.BadgeKeys>
- 
- com.inductiveautomation.ignition.client.util.gui.tree.BadgeFetcher.BadgeKeys
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- java.lang.Comparable<BadgeFetcher.BadgeKeys>
 - Enclosing class:
- BadgeFetcher
 
 public static enum BadgeFetcher.BadgeKeys extends java.lang.Enum<BadgeFetcher.BadgeKeys> 
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description ABOUTBINDINGCONCURRENT_USERSCUSTOM_METHODDB_BINDINGDEEP_SELECTDUPLICATE_NAMEEVENTEXTENSION_FUNCTIONGROUPEDMESSAGE_HANDLERNOTESOTHER_BINDINGPROP_BINDINGPROPERTY_CHANGE_SCRIPTSCRIPTSECURITYSTARTUPSTYLESTAG_BINDINGUPDATE_CONFLICTUSERVIEW_PERMISSIONS
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static BadgeFetcher.BadgeKeysvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BadgeFetcher.BadgeKeys[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
ABOUTpublic static final BadgeFetcher.BadgeKeys ABOUT 
 - 
DB_BINDINGpublic static final BadgeFetcher.BadgeKeys DB_BINDING 
 - 
GROUPEDpublic static final BadgeFetcher.BadgeKeys GROUPED 
 - 
NOTESpublic static final BadgeFetcher.BadgeKeys NOTES 
 - 
OTHER_BINDINGpublic static final BadgeFetcher.BadgeKeys OTHER_BINDING 
 - 
PROP_BINDINGpublic static final BadgeFetcher.BadgeKeys PROP_BINDING 
 - 
SCRIPTpublic static final BadgeFetcher.BadgeKeys SCRIPT 
 - 
SECURITYpublic static final BadgeFetcher.BadgeKeys SECURITY 
 - 
STARTUPpublic static final BadgeFetcher.BadgeKeys STARTUP 
 - 
STYLESpublic static final BadgeFetcher.BadgeKeys STYLES 
 - 
TAG_BINDINGpublic static final BadgeFetcher.BadgeKeys TAG_BINDING 
 - 
DEEP_SELECTpublic static final BadgeFetcher.BadgeKeys DEEP_SELECT 
 - 
CUSTOM_METHODpublic static final BadgeFetcher.BadgeKeys CUSTOM_METHOD 
 - 
MESSAGE_HANDLERpublic static final BadgeFetcher.BadgeKeys MESSAGE_HANDLER 
 - 
EVENTpublic static final BadgeFetcher.BadgeKeys EVENT 
 - 
PROPERTY_CHANGE_SCRIPTpublic static final BadgeFetcher.BadgeKeys PROPERTY_CHANGE_SCRIPT 
 - 
BINDINGpublic static final BadgeFetcher.BadgeKeys BINDING 
 - 
EXTENSION_FUNCTIONpublic static final BadgeFetcher.BadgeKeys EXTENSION_FUNCTION 
 - 
VIEW_PERMISSIONSpublic static final BadgeFetcher.BadgeKeys VIEW_PERMISSIONS 
 - 
CONCURRENT_USERSpublic static final BadgeFetcher.BadgeKeys CONCURRENT_USERS 
 - 
USERpublic static final BadgeFetcher.BadgeKeys USER 
 - 
UPDATE_CONFLICTpublic static final BadgeFetcher.BadgeKeys UPDATE_CONFLICT 
 - 
DUPLICATE_NAMEpublic static final BadgeFetcher.BadgeKeys DUPLICATE_NAME 
 
- 
 - 
Method Detail- 
valuespublic static BadgeFetcher.BadgeKeys[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (BadgeFetcher.BadgeKeys c : BadgeFetcher.BadgeKeys.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static BadgeFetcher.BadgeKeys valueOf(java.lang.String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- java.lang.IllegalArgumentException- if this enum type has no constant with the specified name
- java.lang.NullPointerException- if the argument is null
 
 
- 
 
-