Uses of Class
org.eclipse.jst.pagedesigner.editors.properties.quickedittabsections.SECTION_TYPE

Packages that use SECTION_TYPE
org.eclipse.jst.pagedesigner.editors.properties.quickedittabsections Web Page Editor tag attribute QuickEdit property page classes. 
 

Uses of SECTION_TYPE in org.eclipse.jst.pagedesigner.editors.properties.quickedittabsections
 

Fields in org.eclipse.jst.pagedesigner.editors.properties.quickedittabsections with type parameters of type SECTION_TYPE
static java.util.List<SECTION_TYPE> SECTION_TYPE.VALUES
          A public read-only list of all the 'SECTION TYPE' enumerators
 

Methods in org.eclipse.jst.pagedesigner.editors.properties.quickedittabsections that return SECTION_TYPE
static SECTION_TYPE SECTION_TYPE.get(int value)
          Returns the 'SECTION TYPE' literal with the specified integer value
static SECTION_TYPE SECTION_TYPE.get(java.lang.String literal)
          Returns the 'SECTION TYPE' literal with the specified literal value
static SECTION_TYPE SECTION_TYPE.getByName(java.lang.String name)
          Returns the 'SECTION TYPE' literal with the specified name
 SECTION_TYPE SectionInfo.getType()
          Returns the value of the 'Type' attribute.
static SECTION_TYPE SECTION_TYPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SECTION_TYPE[] SECTION_TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.jst.pagedesigner.editors.properties.quickedittabsections with parameters of type SECTION_TYPE
 void SectionInfo.setType(SECTION_TYPE value)
          Sets the value of the 'Type' attribute