Package net.anotheria.asg.generator.view
Enum CMSMappingsConfiguratorGenerator.SectionAction
- java.lang.Object
-
- java.lang.Enum<CMSMappingsConfiguratorGenerator.SectionAction>
-
- net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SectionAction
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<CMSMappingsConfiguratorGenerator.SectionAction>
- Enclosing class:
- CMSMappingsConfiguratorGenerator
public static enum CMSMappingsConfiguratorGenerator.SectionAction extends java.lang.Enum<CMSMappingsConfiguratorGenerator.SectionAction>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CLOSECOPYLANGDELETEDUPLICATEEDITEXPORTtoCSVEXPORTtoXMLLINKSTOMELOCKNEWPREVIEWSHOWSWITCHMULTILANGTRANSFERUNLOCKUPDATEVERSIONINFO
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetClassName(MetaModuleSection section)java.lang.StringgetMappingName(MetaDocument doc)java.lang.StringgetMappingName(MetaModuleSection section)java.lang.StringgetViewFullName(MetaModuleSection section)java.lang.StringgetViewName(MetaModuleSection section)java.lang.StringgetViewPath(MetaModuleSection section)booleanisIgnoreForSection(MetaModuleSection section)static CMSMappingsConfiguratorGenerator.SectionActionvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CMSMappingsConfiguratorGenerator.SectionAction[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SHOW
public static final CMSMappingsConfiguratorGenerator.SectionAction SHOW
-
EDIT
public static final CMSMappingsConfiguratorGenerator.SectionAction EDIT
-
NEW
public static final CMSMappingsConfiguratorGenerator.SectionAction NEW
-
LINKSTOME
public static final CMSMappingsConfiguratorGenerator.SectionAction LINKSTOME
-
CLOSE
public static final CMSMappingsConfiguratorGenerator.SectionAction CLOSE
-
UPDATE
public static final CMSMappingsConfiguratorGenerator.SectionAction UPDATE
-
DELETE
public static final CMSMappingsConfiguratorGenerator.SectionAction DELETE
-
DUPLICATE
public static final CMSMappingsConfiguratorGenerator.SectionAction DUPLICATE
-
PREVIEW
public static final CMSMappingsConfiguratorGenerator.SectionAction PREVIEW
-
LOCK
public static final CMSMappingsConfiguratorGenerator.SectionAction LOCK
-
UNLOCK
public static final CMSMappingsConfiguratorGenerator.SectionAction UNLOCK
-
TRANSFER
public static final CMSMappingsConfiguratorGenerator.SectionAction TRANSFER
-
COPYLANG
public static final CMSMappingsConfiguratorGenerator.SectionAction COPYLANG
-
SWITCHMULTILANG
public static final CMSMappingsConfiguratorGenerator.SectionAction SWITCHMULTILANG
-
VERSIONINFO
public static final CMSMappingsConfiguratorGenerator.SectionAction VERSIONINFO
-
EXPORTtoCSV
public static final CMSMappingsConfiguratorGenerator.SectionAction EXPORTtoCSV
-
EXPORTtoXML
public static final CMSMappingsConfiguratorGenerator.SectionAction EXPORTtoXML
-
-
Method Detail
-
values
public static CMSMappingsConfiguratorGenerator.SectionAction[] 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 (CMSMappingsConfiguratorGenerator.SectionAction c : CMSMappingsConfiguratorGenerator.SectionAction.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CMSMappingsConfiguratorGenerator.SectionAction 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 namejava.lang.NullPointerException- if the argument is null
-
getClassName
public java.lang.String getClassName(MetaModuleSection section)
-
getMappingName
public java.lang.String getMappingName(MetaModuleSection section)
-
getMappingName
public java.lang.String getMappingName(MetaDocument doc)
-
getViewName
public java.lang.String getViewName(MetaModuleSection section)
-
getViewPath
public java.lang.String getViewPath(MetaModuleSection section)
-
getViewFullName
public java.lang.String getViewFullName(MetaModuleSection section)
-
isIgnoreForSection
public boolean isIgnoreForSection(MetaModuleSection section)
-
-