public enum RibbonType extends Enum<RibbonType>
| Modifier and Type | Method and Description |
|---|---|
static RibbonType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RibbonType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RibbonType OPEN
public static final RibbonType CLONE
public static final RibbonType CLOSE
public static final RibbonType DELETE
public static final RibbonType PROPERTIES
public static final RibbonType IMPORTSDMX
public static final RibbonType IMPORTCSV
public static final RibbonType IMPORTJSON
public static final RibbonType EXPORTSDMX
public static final RibbonType EXPORTCSV
public static final RibbonType EXPORTJSON
public static final RibbonType TEMPLATEOPEN
public static final RibbonType TEMPLATENEW
public static final RibbonType TEMPLATEDELETE
public static final RibbonType SHARE
public static final RibbonType TIMELINE
public static final RibbonType BACKGROUNDTASKS
public static final RibbonType HISTORY
public static final RibbonType UNDO
public static final RibbonType DISCARDALL
public static final RibbonType LOGS
public static final RibbonType HELP
public static final RibbonType RULENEW
public static final RibbonType RULEMANAGE
public static final RibbonType DUPLICATEDETECTION
public static final RibbonType TEMPLATEAPPLY
public static final RibbonType TABLETYPE
public static final RibbonType COLUMNLABEL
public static final RibbonType COLUMNTYPE
public static final RibbonType COLUMNADD
public static final RibbonType COLUMNDELETE
public static final RibbonType COLUMNSPLIT
public static final RibbonType COLUMNMERGE
public static final RibbonType DENORMALIZE
public static final RibbonType NORMALIZE
public static final RibbonType EXTRACTCODELIST
public static final RibbonType CODELISTMAPPING
public static final RibbonType GENERATESUMMARY
public static final RibbonType TABLEFILTER
public static final RibbonType TABLEUNION
public static final RibbonType TABLEGROUPBY
public static final RibbonType TABLEAGGREAGETE
public static final RibbonType ROWADD
public static final RibbonType ROWDELETE
public static final RibbonType DUPLICATEDELETE
public static final RibbonType ANNOTATIONADD
public static final RibbonType COLUMNFILTER
public static final RibbonType COLUMNBATCHREPLACE
public static final RibbonType ANALYSETABLEFILTER
public static final RibbonType ANALYSETABLEUNION
public static final RibbonType ANALYSETABLEGROUPBY
public static final RibbonType ANALYSETABLEAGGREAGETE
public static final RibbonType ANALYSEROWADD
public static final RibbonType ANALYSEROWDELETE
public static final RibbonType ANALYSEDUPLICATEDELETE
public static final RibbonType ANALYSEANNOTATIONADD
public static final RibbonType ANALYSECOLUMNFILTER
public static final RibbonType ANALYSECOLUMNEDIT
public static final RibbonType CHARTPIE
public static final RibbonType CHARTBAR
public static final RibbonType CHARTCURVE
public static final RibbonType CHARTBULLS
public static final RibbonType RSTUDIO
public static final RibbonType STATISTICAL
public static final RibbonType SPREAD
public static final RibbonType CREATEGISMAP
public static RibbonType[] values()
for (RibbonType c : RibbonType.values()) System.out.println(c);
public static RibbonType 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 nullCopyright © 2014. All Rights Reserved.