📄 optionpackageimpl.java
字号:
*/
public EReference getOptions_KeyOption() {
return (EReference)optionsEClass.getEStructuralFeatures().get(5);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EClass getOtherOption() {
return otherOptionEClass;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EAttribute getOtherOption_Browser() {
return (EAttribute)otherOptionEClass.getEStructuralFeatures().get(0);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EAttribute getOtherOption_EnableLatest() {
return (EAttribute)otherOptionEClass.getEStructuralFeatures().get(1);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EAttribute getOtherOption_KeepStrangerInLatest() {
return (EAttribute)otherOptionEClass.getEStructuralFeatures().get(2);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EAttribute getOtherOption_LatestSize() {
return (EAttribute)otherOptionEClass.getEStructuralFeatures().get(3);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EAttribute getOtherOption_ShowFakeCam() {
return (EAttribute)otherOptionEClass.getEStructuralFeatures().get(4);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EClass getSyncOption() {
return syncOptionEClass;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EAttribute getSyncOption_AutoCheckUpdate() {
return (EAttribute)syncOptionEClass.getEStructuralFeatures().get(0);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EAttribute getSyncOption_AutoDownloadFriendRemark() {
return (EAttribute)syncOptionEClass.getEStructuralFeatures().get(1);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EAttribute getSyncOption_AutoDownloadGroup() {
return (EAttribute)syncOptionEClass.getEStructuralFeatures().get(2);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EAttribute getSyncOption_AutoUploadGroup() {
return (EAttribute)syncOptionEClass.getEStructuralFeatures().get(3);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EEnum getOpType() {
return opTypeEEnum;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public OptionFactory getOptionFactory() {
return (OptionFactory)getEFactoryInstance();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
private boolean isCreated = false;
/**
* Creates the meta-model objects for the package. This method is
* guarded to have no affect on any invocation but its first.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void createPackageContents() {
if (isCreated) return;
isCreated = true;
// Create classes and their features
guiOptionEClass = createEClass(GUI_OPTION);
createEAttribute(guiOptionEClass, GUI_OPTION__AUTO_DOCK);
createEAttribute(guiOptionEClass, GUI_OPTION__BOLD);
createEAttribute(guiOptionEClass, GUI_OPTION__FONT_COLOR);
createEAttribute(guiOptionEClass, GUI_OPTION__FONT_NAME);
createEAttribute(guiOptionEClass, GUI_OPTION__FONT_SIZE);
createEAttribute(guiOptionEClass, GUI_OPTION__GROUP_BACKGROUND);
createEAttribute(guiOptionEClass, GUI_OPTION__HEIGHT);
createEAttribute(guiOptionEClass, GUI_OPTION__HIDE_WHEN_MINIMIZE);
createEAttribute(guiOptionEClass, GUI_OPTION__IM_ON_TOP);
createEAttribute(guiOptionEClass, GUI_OPTION__ITALIC);
createEAttribute(guiOptionEClass, GUI_OPTION__LOCATION_X);
createEAttribute(guiOptionEClass, GUI_OPTION__LOCATION_Y);
createEAttribute(guiOptionEClass, GUI_OPTION__MINIMIZE_WHEN_CLOSE);
createEAttribute(guiOptionEClass, GUI_OPTION__ONLINE_TIP_LOCATION_X);
createEAttribute(guiOptionEClass, GUI_OPTION__ONLINE_TIP_LOCATION_Y);
createEAttribute(guiOptionEClass, GUI_OPTION__ON_TOP);
createEAttribute(guiOptionEClass, GUI_OPTION__SHOW_BLACKLIST);
createEAttribute(guiOptionEClass, GUI_OPTION__SHOW_FRIEND_TIP);
createEAttribute(guiOptionEClass, GUI_OPTION__SHOW_NICK);
createEAttribute(guiOptionEClass, GUI_OPTION__SHOW_ONLINE_ONLY);
createEAttribute(guiOptionEClass, GUI_OPTION__SHOW_ONLINE_TIP);
createEAttribute(guiOptionEClass, GUI_OPTION__SHOW_LAST_LOGIN_TIP);
createEAttribute(guiOptionEClass, GUI_OPTION__SHOW_SIGNATURE);
createEAttribute(guiOptionEClass, GUI_OPTION__SHOW_CUSTOM_HEAD);
createEAttribute(guiOptionEClass, GUI_OPTION__SHOW_SMALL_HEAD);
createEAttribute(guiOptionEClass, GUI_OPTION__TREE_MODE);
createEAttribute(guiOptionEClass, GUI_OPTION__USE_TAB_IM_WINDOW);
createEAttribute(guiOptionEClass, GUI_OPTION__BAR_EXPANDED);
createEAttribute(guiOptionEClass, GUI_OPTION__WIDTH);
keyOptionEClass = createEClass(KEY_OPTION);
createEAttribute(keyOptionEClass, KEY_OPTION__MESSAGE_KEY);
messageOptionEClass = createEClass(MESSAGE_OPTION);
createEAttribute(messageOptionEClass, MESSAGE_OPTION__AUTO_EJECT);
createEAttribute(messageOptionEClass, MESSAGE_OPTION__ENABLE_SOUND);
createEAttribute(messageOptionEClass, MESSAGE_OPTION__REJECT_STRANGER);
createEAttribute(messageOptionEClass, MESSAGE_OPTION__REJECT_TEMP_SESSION_IM);
createEAttribute(messageOptionEClass, MESSAGE_OPTION__USE_ENTER_IN_MESSAGE_MODE);
createEAttribute(messageOptionEClass, MESSAGE_OPTION__USE_ENTER_IN_TALK_MODE);
optionsEClass = createEClass(OPTIONS);
createEReference(optionsEClass, OPTIONS__LOGIN_OPTION);
createEReference(optionsEClass, OPTIONS__GUI_OPTION);
createEReference(optionsEClass, OPTIONS__MESSAGE_OPTION);
createEReference(optionsEClass, OPTIONS__OTHER_OPTION);
createEReference(optionsEClass, OPTIONS__SYNC_OPTION);
createEReference(optionsEClass, OPTIONS__KEY_OPTION);
otherOptionEClass = createEClass(OTHER_OPTION);
createEAttribute(otherOptionEClass, OTHER_OPTION__BROWSER);
createEAttribute(otherOptionEClass, OTHER_OPTION__ENABLE_LATEST);
createEAttribute(otherOptionEClass, OTHER_OPTION__KEEP_STRANGER_IN_LATEST);
createEAttribute(otherOptionEClass, OTHER_OPTION__LATEST_SIZE);
createEAttribute(otherOptionEClass, OTHER_OPTION__SHOW_FAKE_CAM);
syncOptionEClass = createEClass(SYNC_OPTION);
createEAttribute(syncOptionEClass, SYNC_OPTION__AUTO_CHECK_UPDATE);
createEAttribute(syncOptionEClass, SYNC_OPTION__AUTO_DOWNLOAD_FRIEND_REMARK);
createEAttribute(syncOptionEClass, SYNC_OPTION__AUTO_DOWNLOAD_GROUP);
createEAttribute(syncOptionEClass, SYNC_OPTION__AUTO_UPLOAD_GROUP);
// Create enums
opTypeEEnum = createEEnum(OP_TYPE);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
private boolean isInitialized = false;
/**
* Complete the initialization of the package and its meta-model. This
* method is guarded to have no affect on any invocation but its first.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void initializePackageContents() {
if (isInitialized) return;
isInitialized = true;
// Initialize package
setName(eNAME);
setNsPrefix(eNS_PREFIX);
setNsURI(eNS_URI);
// Obtain other dependent packages
XMLTypePackage theXMLTypePackage = (XMLTypePackage)EPackage.Registry.INSTANCE.getEPackage(XMLTypePackage.eNS_URI);
EcorePackage theEcorePackage = (EcorePackage)EPackage.Registry.INSTANCE.getEPackage(EcorePackage.eNS_URI);
// Add supertypes to classes
// Initialize classes and features; add operations and parameters
initEClass(guiOptionEClass, GUIOption.class, "GUIOption", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
initEAttribute(getGUIOption_AutoDock(), theXMLTypePackage.getBoolean(), "autoDock", null, 1, 1, GUIOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getGUIOption_Bold(), theXMLTypePackage.getBoolean(), "bold", null, 1, 1, GUIOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getGUIOption_FontColor(), theXMLTypePackage.getInt(), "fontColor", null, 1, 1, GUIOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getGUIOption_FontName(), theXMLTypePackage.getString(), "fontName", null, 1, 1, GUIOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getGUIOption_FontSize(), theXMLTypePackage.getInt(), "fontSize", null, 1, 1, GUIOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getGUIOption_GroupBackground(), theXMLTypePackage.getInt(), "groupBackground", null, 1, 1, GUIOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getGUIOption_Height(), theXMLTypePackage.getInt(), "height", null, 1, 1, GUIOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getGUIOption_HideWhenMinimize(), theXMLTypePackage.getBoolean(), "hideWhenMinimize", null, 1, 1, GUIOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getGUIOption_ImOnTop(), theXMLTypePackage.getBoolean(), "imOnTop", null, 1, 1, GUIOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getGUIOption_Italic(), theXMLTypePackage.getBoolean(), "italic", null, 1, 1, GUIOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getGUIOption_LocationX(), theXMLTypePackage.getInt(), "locationX", null, 1, 1, GUIOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getGUIOption_LocationY(), theXMLTypePackage.getInt(), "locationY", null, 1, 1, GUIOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getGUIOption_MinimizeWhenClose(), theXMLTypePackage.getBoolean(), "minimizeWhenClose", null, 1, 1, GUIOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getGUIOption_OnlineTipLocationX(), theXMLTypePackage.getInt(), "onlineTipLocationX", null, 1, 1, GUIOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getGUIOption_OnlineTipLocationY(), theXMLTypePackage.getInt(), "onlineTipLocationY", null, 1, 1, GUIOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getGUIOption_OnTop(), theXMLTypePackage.getBoolean(), "onTop", null, 1, 1, GUIOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getGUIOption_ShowBlacklist(), theXMLTypePackage.getBoolean(), "showBlacklist", null, 1, 1, GUIOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getGUIOption_ShowFriendTip(), theXMLTypePackage.getBoolean(), "showFriendTip", null, 1, 1, GUIOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getGUIOption_ShowNick(), theXMLTypePackage.getBoolean(), "showNick", null, 1, 1, GUIOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getGUIOption_ShowOnlineOnly(), theXMLTypePackage.getBoolean(), "showOnlineOnly", null, 1, 1, GUIOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getGUIOption_ShowOnlineTip(), theXMLTypePackage.getBoolean(), "showOnlineTip", null, 1, 1, GUIOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getGUIOption_ShowLastLoginTip(), theXMLTypePackage.getBoolean(), "showLastLoginTip", null, 1, 1, GUIOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getGUIOption_ShowSignature(), theXMLTypePackage.getBoolean(), "showSignature", null, 1, 1, GUIOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getGUIOption_ShowCustomHead(), theXMLTypePackage.getBoolean(), "showCustomHead", null, 1, 1, GUIOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getGUIOption_ShowSmallHead(), theXMLTypePackage.getBoolean(), "showSmallHead", null, 1, 1, GUIOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getGUIOption_TreeMode(), theXMLTypePackage.getBoolean(), "treeMode", null, 1, 1, GUIOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getGUIOption_UseTabIMWindow(), theXMLTypePackage.getBoolean(), "useTabIMWindow", null, 1, 1, GUIOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getGUIOption_BarExpanded(), theXMLTypePackage.getBoolean(), "barExpanded", null, 1, 1, GUIOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getGUIOption_Width(), theXMLTypePackage.getInt(), "width", null, 1, 1, GUIOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEClass(keyOptionEClass, KeyOption.class, "KeyOption", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
initEAttribute(getKeyOption_MessageKey(), theXMLTypePackage.getString(), "messageKey", null, 1, 1, KeyOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEClass(messageOptionEClass, MessageOption.class, "MessageOption", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
initEAttribute(getMessageOption_AutoEject(), theXMLTypePackage.getBoolean(), "autoEject", null, 1, 1, MessageOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getMessageOption_EnableSound(), theXMLTypePackage.getBoolean(), "enableSound", null, 1, 1, MessageOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getMessageOption_RejectStranger(), theXMLTypePackage.getBoolean(), "rejectStranger", null, 1, 1, MessageOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getMessageOption_RejectTempSessionIM(), theXMLTypePackage.getBoolean(), "rejectTempSessionIM", null, 1, 1, MessageOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getMessageOption_UseEnterInMessageMode(), theXMLTypePackage.getBoolean(), "useEnterInMessageMode", null, 1, 1, MessageOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getMessageOption_UseEnterInTalkMode(), theXMLTypePackage.getBoolean(), "useEnterInTalkMode", null, 1, 1, MessageOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEClass(optionsEClass, Options.class, "Options", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
initEReference(getOptions_LoginOption(), theEcorePackage.getLoginOption(), null, "loginOption", null, 1, 1, Options.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEReference(getOptions_GuiOption(), this.getGUIOption(), null, "guiOption", null, 1, 1, Options.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEReference(getOptions_MessageOption(), this.getMessageOption(), null, "messageOption", null, 1, 1, Options.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEReference(getOptions_OtherOption(), this.getOtherOption(), null, "otherOption", null, 1, 1, Options.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEReference(getOptions_SyncOption(), this.getSyncOption(), null, "syncOption", null, 1, 1, Options.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEReference(getOptions_KeyOption(), this.getKeyOption(), null, "keyOption", null, 1, 1, Options.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEClass(otherOptionEClass, OtherOption.class, "OtherOption", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
initEAttribute(getOtherOption_Browser(), theXMLTypePackage.getString(), "browser", null, 1, 1, OtherOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getOtherOption_EnableLatest(), theXMLTypePackage.getBoolean(), "enableLatest", null, 1, 1, OtherOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getOtherOption_KeepStrangerInLatest(), theXMLTypePackage.getBoolean(), "keepStrangerInLatest", null, 1, 1, OtherOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getOtherOption_LatestSize(), theXMLTypePackage.getInt(), "latestSize", null, 1, 1, OtherOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getOtherOption_ShowFakeCam(), theXMLTypePackage.getBoolean(), "showFakeCam", null, 1, 1, OtherOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEClass(syncOptionEClass, SyncOption.class, "SyncOption", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
initEAttribute(getSyncOption_AutoCheckUpdate(), theXMLTypePackage.getBoolean(), "autoCheckUpdate", null, 1, 1, SyncOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getSyncOption_AutoDownloadFriendRemark(), theXMLTypePackage.getBoolean(), "autoDownloadFriendRemark", null, 1, 1, SyncOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getSyncOption_AutoDownloadGroup(), theXMLTypePackage.getBoolean(), "autoDownloadGroup", null, 1, 1, SyncOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getSyncOption_AutoUploadGroup(), this.getOpType(), "autoUploadGroup", "Always", 1, 1, SyncOption.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
// Initialize enums and add enum literals
initEEnum(opTypeEEnum, OpType.class, "OpType");
addEEnumLiteral(opTypeEEnum, OpType.ALWAYS_LITERAL);
addEEnumLiteral(opTypeEEnum, OpType.NEVER_LITERAL);
addEEnumLiteral(opTypeEEnum, OpType.PROMPT_LITERAL);
}
} //OptionPackageImpl
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -