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. |