public enum TabType extends Enum<TabType>
Java class for tab.type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="tab.type">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="contentTab"/>
<enumeration value="detailsTab"/>
<enumeration value="docTasksTab"/>
<enumeration value="relatedTab"/>
<enumeration value="discussionTab"/>
<enumeration value="historyTab"/>
<enumeration value="previewHeader"/>
<enumeration value="costPaymentTab"/>
<enumeration value="contractStructTab"/>
<enumeration value="cyprusTab"/>
<enumeration value="caseCalendarTab"/>
<enumeration value="caseDocumentsTab"/>
<enumeration value="caseWorkTab"/>
<enumeration value="relatedTabWithOutLeftMenu"/>
<enumeration value="informationMaterialsTab"/>
<enumeration value="executionTab"/>
<enumeration value="classifiersTab"/>
<enumeration value="reportTab"/>
<enumeration value="headCommentTab"/>
<enumeration value="folderTab"/>
<enumeration value="reportTab"/>
<enumeration value="directoriesTab"/>
<enumeration value="accessTab"/>
<enumeration value="approvalTempTab"/>
<enumeration value="reviewTempTab"/>
<enumeration value="caseMembersTab"/>
<enumeration value="caseTimelineTab"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static TabType |
fromValue(String v) |
String |
value() |
static TabType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TabType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TabType CONTENT_TAB
public static final TabType DETAILS_TAB
public static final TabType DOC_TASKS_TAB
public static final TabType RELATED_TAB
public static final TabType DISCUSSION_TAB
public static final TabType HISTORY_TAB
public static final TabType PREVIEW_HEADER
public static final TabType COST_PAYMENT_TAB
public static final TabType CONTRACT_STRUCT_TAB
public static final TabType CYPRUS_TAB
public static final TabType CASE_CALENDAR_TAB
public static final TabType CASE_DOCUMENTS_TAB
public static final TabType CASE_WORK_TAB
public static final TabType RELATED_TAB_WITH_OUT_LEFT_MENU
public static final TabType INFORMATION_MATERIALS_TAB
public static final TabType EXECUTION_TAB
public static final TabType CLASSIFIERS_TAB
public static final TabType REPORT_TAB
public static final TabType HEAD_COMMENT_TAB
public static final TabType FOLDER_TAB
public static final TabType DIRECTORIES_TAB
public static final TabType ACCESS_TAB
public static final TabType APPROVAL_TEMP_TAB
public static final TabType REVIEW_TEMP_TAB
public static final TabType CASE_MEMBERS_TAB
public static final TabType CASE_TIMELINE_TAB
public static TabType[] values()
for (TabType c : TabType.values()) System.out.println(c);
public static TabType 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 nullpublic String value()
Copyright © 2012–2014 RedSoft. All rights reserved.