Skip navigation links
YAKINDU EA-Bridge UML
Build 4.1.4.202206241054
A B C D E F G H I J K L M N O P R S T U V W 

S

SEARCH_PREFIX - Static variable in class com.yakindu.bridges.ea.core.utils.EANotesLinkConverter
 
select(String, String, String...) - Method in interface com.yakindu.bridges.ea.core.jdbc.IDatabaseAccess
Complex select statement that retrieves a list of rows.
select(String, IDatabaseAccess.Where, String...) - Method in interface com.yakindu.bridges.ea.core.jdbc.IDatabaseAccess
The same as IDatabaseAccess.select(String, String, String...), but with flexible where condition that may have a large number of expressions.
selectDistinct(String, String, String...) - Method in interface com.yakindu.bridges.ea.core.jdbc.IDatabaseAccess
The same as IDatabaseAccess.select(String, String, String...), but the resulting rows are distinct.
selectDistinctOrdered(String, String, String[], String...) - Method in interface com.yakindu.bridges.ea.core.jdbc.IDatabaseAccess
The same as #selectOrdered(String, String, String, String...), but the resulting rows are distinct.
SelectionUtil - Class in com.yakindu.bridges.ea.core.ui.utils
 
SelectionUtil() - Constructor for class com.yakindu.bridges.ea.core.ui.utils.SelectionUtil
 
selectList(String, String, String) - Method in interface com.yakindu.bridges.ea.core.jdbc.IDatabaseAccess
Returns a list of values for the given column for all rows that match the where condition.
selectList(String, IDatabaseAccess.Where, String) - Method in interface com.yakindu.bridges.ea.core.jdbc.IDatabaseAccess
Returns a list of values for the given column for all rows that match the where condition.
selectListOrdered(String, String, String[], String) - Method in interface com.yakindu.bridges.ea.core.jdbc.IDatabaseAccess
Returns a list of values for the given column for all rows that match the where condition ordered by the given order columns.
selectOrdered(String, String, String[], String...) - Method in interface com.yakindu.bridges.ea.core.jdbc.IDatabaseAccess
The same as IDatabaseAccess.select(String, String, String...), but the resulting rows are ordered by the columns orderColumns.
selectSingle(String, String, String) - Method in interface com.yakindu.bridges.ea.core.jdbc.IDatabaseAccess
Returns the single value of the first row that matches the where condition.
selectSingleOrdered(String, String, String[], String) - Method in interface com.yakindu.bridges.ea.core.jdbc.IDatabaseAccess
Returns the single value of the first row that matches the where condition, ordered by the specified column.
selectSingleRow(String, String, String...) - Method in interface com.yakindu.bridges.ea.core.jdbc.IDatabaseAccess
The same as IDatabaseAccess.select(String, String, String...), but only the first row is returned.
setClassifierAlias(Classifier, String) - Static method in class com.yakindu.bridges.ea.uml.extensions.EASpecifics
Set the EA-specific value; does only work if extension is enabled, otherwise a regular annotation is created.
setClassifierComplexity(Classifier, String) - Static method in class com.yakindu.bridges.ea.uml.extensions.EASpecifics
Set the EA-specific value; does only work if extension is enabled, otherwise a regular annotation is created.
setClassifierKeywords(Classifier, String) - Static method in class com.yakindu.bridges.ea.uml.extensions.EASpecifics
Set the EA-specific value; does only work if extension is enabled, otherwise a regular annotation is created.
setClassifierPhase(Classifier, String) - Static method in class com.yakindu.bridges.ea.uml.extensions.EASpecifics
Set the EA-specific value; does only work if extension is enabled, otherwise a regular annotation is created.
setClassifierRoot(Classifier, boolean) - Static method in class com.yakindu.bridges.ea.uml.extensions.EASpecifics
Set the EA-specific value; does only work if extension is enabled, otherwise a regular annotation is created.
setClassifierStatus(Classifier, String) - Static method in class com.yakindu.bridges.ea.uml.extensions.EASpecifics
Set the EA-specific value; does only work if extension is enabled, otherwise a regular annotation is created.
setClassifierVersion(Classifier, String) - Static method in class com.yakindu.bridges.ea.uml.extensions.EASpecifics
Set the EA-specific value; does only work if extension is enabled, otherwise a regular annotation is created.
setConnectorAlias(Connector, String) - Static method in class com.yakindu.bridges.ea.uml.extensions.EASpecifics
Set the EA-specific value; does only work if extension is enabled, otherwise a regular annotation is created.
setConnectorDirection(Connector, String) - Static method in class com.yakindu.bridges.ea.uml.extensions.EASpecifics
Set the EA-specific value; does only work if extension is enabled, otherwise a regular annotation is created.
setEACodeEngineeringLanguage(Classifier, PrimitiveType) - Static method in class com.yakindu.bridges.ea.uml.utils.EAResourceUMLUtils
Set EA code engineering language for the given classifier to the library to which the given primitive type belongs.
setEACodeEngineeringLanguage(Classifier, String) - Static method in class com.yakindu.bridges.ea.uml.utils.EAResourceUMLUtils
Set EA code engineering language for the given classifier.
setGenFile(Classifier, String) - Static method in class com.yakindu.bridges.ea.uml.utils.EAResourceUMLUtils
Set GenFile for the given classifier.
setMessage(String) - Method in class com.yakindu.bridges.ea.core.EAModelError
 
setOperationAlias(Operation, String) - Static method in class com.yakindu.bridges.ea.uml.extensions.EASpecifics
Set the EA-specific value; does only work if extension is enabled, otherwise a regular annotation is created.
setOperationConst(Operation, boolean) - Static method in class com.yakindu.bridges.ea.uml.extensions.EASpecifics
Set the EA-specific value; does only work if extension is enabled, otherwise a regular annotation is created.
setOperationNative(Operation, boolean) - Static method in class com.yakindu.bridges.ea.uml.extensions.EASpecifics
Set the EA-specific value; does only work if extension is enabled, otherwise a regular annotation is created.
setOperationPure(Operation, boolean) - Static method in class com.yakindu.bridges.ea.uml.extensions.EASpecifics
Set the EA-specific value; does only work if extension is enabled, otherwise a regular annotation is created.
setOperationReturnArray(Operation, boolean) - Static method in class com.yakindu.bridges.ea.uml.extensions.EASpecifics
Set the EA-specific value; does only work if extension is enabled, otherwise a regular annotation is created.
setOperationSynchronized(Operation, boolean) - Static method in class com.yakindu.bridges.ea.uml.extensions.EASpecifics
Set the EA-specific value; does only work if extension is enabled, otherwise a regular annotation is created.
setParameterAlias(Parameter, String) - Static method in class com.yakindu.bridges.ea.uml.extensions.EASpecifics
Set the EA-specific value; does only work if extension is enabled, otherwise a regular annotation is created.
setParameterFixedValue(Parameter, boolean) - Static method in class com.yakindu.bridges.ea.uml.extensions.EASpecifics
Set the EA-specific value; does only work if extension is enabled, otherwise a regular annotation is created.
setPropertyAlias(Property, String) - Static method in class com.yakindu.bridges.ea.uml.extensions.EASpecifics
Set the EA-specific value; does only work if extension is enabled, otherwise a regular annotation is created.
setPropertyTransient(Property, boolean) - Static method in class com.yakindu.bridges.ea.uml.extensions.EASpecifics
Set the EA-specific value; does only work if extension is enabled, otherwise a regular annotation is created.
setSeverity(int) - Method in class com.yakindu.bridges.ea.core.EAModelError
 
setURI(URI) - Method in interface com.yakindu.bridges.ea.core.EAResource
Sets the URI of this resource.
sqlColumnAsString(String, int) - Method in interface com.yakindu.bridges.ea.core.jdbc.IDatabaseAccess
Several SQL drivers implement String comparison differently for varchar, nvarchar, and ntext column types.
sqlColumnAsString(String) - Method in interface com.yakindu.bridges.ea.core.jdbc.IDatabaseAccess
sqlIndexOf(String, String) - Method in interface com.yakindu.bridges.ea.core.jdbc.IDatabaseAccess
SQL dialects have different implementations of finding a substring in another string.
STEREOTYPE_RESOLUTION_EXTENSION_ID - Static variable in interface com.yakindu.bridges.ea.uml.IEAUMLConstants
Extension point ID for contributing custom stereotype resolution strategies.
stereotypeApplied(Element, Stereotype, List<String>) - Method in class com.yakindu.bridges.ea.uml.extensions.stereotypes.UniqueStereotypeResolver
 
SUPPORTED_EA_CONNECTOR_TYPES_SET - Static variable in interface com.yakindu.bridges.ea.uml.IEAUMLSupportedTypes
The enumeration literals of #SUPPORTED_EA_CONNECTOR_TYPES as a set of strings.
SUPPORTED_EA_CONNECTOR_TYPES_STRING - Static variable in interface com.yakindu.bridges.ea.uml.IEAUMLSupportedTypes
The enumeration literals of #SUPPORTED_EA_CONNECTOR_TYPES as a comma-separated string.
SUPPORTED_EA_DB_VERSIONS - Static variable in interface com.yakindu.bridges.ea.uml.IEAUMLConstants
The EA database version is stored here: select * from usys_system where Property like 'Version' (information is taken from: http://www.sparxsystems.com.au/downloads/whitepapers/Upgrading_EA_Projects.pdf ) .
SUPPORTED_EA_ELEMENT_TYPES_SET - Static variable in interface com.yakindu.bridges.ea.uml.IEAUMLSupportedTypes
The enumeration literals of #SUPPORTED_EA_ELEMENT_TYPES as a set of strings.
SUPPORTED_EA_ELEMENT_TYPES_STRING - Static variable in interface com.yakindu.bridges.ea.uml.IEAUMLSupportedTypes
The enumeration literals of #SUPPORTED_EA_ELEMENT_TYPES as a comma-separated string.
SUPPORTED_UML_META_CLASSES - Static variable in interface com.yakindu.bridges.ea.uml.IEAUMLSupportedTypes
All UML meta classes that are currently supported by the YAKINDU EA-Bridge UML.
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links
YAKINDU EA-Bridge UML
Build 4.1.4.202206241054

Copyright (c) 2015 itemis AG, and others. All rights reserved.