org.modelsphere.sms.templates
Class GenericMapping

java.lang.Object
  extended by org.modelsphere.sms.templates.GenericMapping

public class GenericMapping
extends java.lang.Object

This class provides a mapping between "repository" strings (such as "tableColumns", "tablename", etc.) and Generic meta fields (such as "m_components", "m_name", etc.). IMPORTANT NOTICE FOR THOSE WHO WANT TO ADD A REPOSITORY FUNCTION 1-Follow the Repository Function Naming Conventions (see in SourceSafe, under "Dossiers de conception" and Templates). 2-Create all the special repository functions in putRepositoryFunctions(). These repository functions will eventually be loaded dynamically. 3-Keep all the repository functions related to a given concept together. For instance, keep all the functions related to the concept "Project" together. 4-Be consistent when you name your functions (see the previously defined functions), and give a name close to the name defined in the meta (use Physicalname instead of Codedname). 5-When you define a CONN function, always provide the expected type of the children. For instance, define: g_repositoryStringTable.put("ProjectPackages", new GenericMappingStructure(DbSMSProject.fComponents, DbSMSPackage.metaClass)); rather than: g_repositoryStringTable.put("ProjectPackages", new GenericMappingStructure(DbSMSProject.fComponents));


Field Summary
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationAssociationends
          Gets the two association ends of a given association.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationendAggregation
          Gets the association end's aggregation type.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationendDeleterule
          Gets the delete rule of an association end.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationendIsnavigable
          Tells whether the association end is navigable.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationendIsordered
          Tells whether the association end is ordered.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationendMultiplicity
          Gets the association end's multiplicity.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationendReferencedconstraint
          Gets the referenced constraint of a foreign key.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationendType
          Gets the association end's type.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationendUpdaterule
          Gets the update rule of an association end.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationName
          Gets the name of an association.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationroleClassifier
          Gets the classifier associated to an association end.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationroleDeleterule
          Gets the delete rule of an association end.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationroleInsertrule
          Gets the insert rule of an association end.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationroleIsnavigable
          Tells whether an association end is navigable.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationRoles
          Gets the two ends of an association.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationroleUpdaterule
          Gets the update rule of an association end.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry BemodelActors
          Lists all the actors contained under a BE model.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry BemodelFlows
          Lists all the data stores contained under a BE model.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry BemodelProcesses
          Lists all the processes contained under a BE model.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry BemodelQualifiers
          Lists all the data stores contained under a BE model.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry BemodelResources
          Lists all the data stores contained under a BE model.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry BemodelStores
          Lists all the data stores contained under a BE model.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Check
          A check constraint.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CheckChecking
          Gets the checking attribute of a check constraint.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CheckColumn
          Gets the column associated to a check constraint.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CheckCondition
          Gets the condition of a check constraint.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CheckDeferrable
          Gets the deferrable attribute of a check constraint.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CheckEnabled
          Tells whether a check constraint is enabled.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CheckExceptiontable
          Gets the exception table associated to a check constraint.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CheckMode
          Gets the mode of a check constraint.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CheckUser
          Gets the user who owns a check constraint, if any.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CheckValidated
          Tells whether a check constraint is validated.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassAssociations
          Lists all the associations of a classifier with other classifiers.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassCompilationUnit
          Get the compilation unit associated to a classifier, if any.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassConstructors
          Lists all the constructors contained under a classifier.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassFields
          Lists all the fields contained under a classifier.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassInheritances
          Lists all the inheritance links associated to a classifier.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassInitblocks
          Lists all the initialization blocks of a classifier.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassInnerclasses
          Lists all the inner classifiers of a given classifier.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassIsabstract
          Tells whether a class is abstract.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassIsfinal
          Tells whether a class is final.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassIsstatic
          Tells whether a class is static.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassIsstrictfp
          Tells whether a class is strictfp.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassMethods
          Lists all the methods contained under a classifier.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassmodelAdts
          Deprecated.  
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassmodelAuthor
          Gets the author of a class model.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassmodelClassifiers
          Lists all the classifiers contained under a class model.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassmodelDiagrams
          Lists all the diagrams contained under a class model.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassmodelPackages
          Lists all the packages under a class model.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassmodelVersion
          Gets the version of a class model.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassPackage
          Gets the class' package.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassStereotype
          Gets the stereotype of a classifier.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassSubinheritances
          Lists all the specialization links associated to a classifier.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassSuperinheritances
          Lists all the generalization links associated to a classifier.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassThrowingConstructors
          Lists all the constructors throwing this exception.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassThrowingMethods
          Lists all the methods throwing this exception.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassVisibility
          Gets the class' visibility.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Column
          Column: a table's column.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnAlias
          Gets the alias of a column.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnBuiltintype
          Gets the built-in type of a column, if any.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnCommonitem
          Gets the common item of a column
Target System: All Except Java
Type: Connector
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnConstraints
          Lists all the constraints associated to a column.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnDecimal
          Returns the column's decimal number.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnDefault
          Returns the column's initial value.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnDescription
          Gets the description of a column.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnDomain
          Gets the domain of a column, if any.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnFragmentationkeyindexes
          Lists all the fragmentation key indexes associated to a column.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnFragmentationkeytable
          Gets the fragmentation key table associated to a column.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnIsnullpossible
          Tells whether a column can be set to NULL.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnLength
          Returns the column's length.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnLobstorage
          Gets the lob storage of a column.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnName
          Gets the name of a column.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnPartitionkeytable
          Gets the partition key table associated to a column.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnPhysicalname
          Gets the physical name of a column.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnReference
          Returns the column's reference.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnSbspaces
          Lists all the sbspaces associated to a column.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnStoragetable
          Gets the storage table associated to a column, if any.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnTable
          Retrieves the table to which a column belongs.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnType
          Gets the data type of a column.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnView
          Retrieves the table to which a column belongs.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnWithrowid
          Gets the With Row ID attribute of a column.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CompilationunitClasses
          Lists all the classifiers associated to a compilation unit.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CompilationunitImports
          Lists all the import clauses of a compilation unit.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ConstructorBody
          Gets the constructor's body.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ConstructorExceptions
          Lists all the constructor's exceptions.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ConstructorParameters
          Lists all the constructor's parameters.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ConstructorVisibility
          Gets the constructor's visibility.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseArchivelog
          Gets the archive log of a database.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseCharacterSet
          Gets the character set of a database.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseDataModels
          Deprecated.  
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseDbspace
          Gets the dbspace associated to a database.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseLogging
          Gets the logging option of a database.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseMaxDatafiles
          Gets the maximum number of data files allowed in a database.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseMaxinstances
          Gets the maximum number of instances allowed in a database.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseMaxlogfiles
          Gets the maximum number of log files allowed in a database.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseMaxloghistory
          Gets the maximum length of log history allowed in a database.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseMaxlogmembers
          Gets the maximum number of log members allowed in a database.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseNationalcharacterSet
          Gets the national character set used in a database.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseOperationLibraries
          Deprecated.  
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseOperationLibrary
          Gets the operation library associated to a database.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseRedologgroups
          Lists all the redo log groups contained in a database.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseReuseControlFiles
          Tells whether the reuse control files option is true in a database.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseSchema
          Gets the schema (a data model) associated to a database.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseTablespaces
          Lists all the tablespaces contained in a database.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatafileAutoextend
          Gets the auto extent attribute of a data file.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatafileExtensionsize
          Gets the extension size of a data file.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatafileExtensionsizeunit
          Gets the units of the extension size of a data file.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatafileMaxextensionsize
          Gets the maximum extension size of a data file.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatafileMaxextensionsizeunit
          Gets the units of the maximum extension size of a data file.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatafileTablespace
          Retrieves the tablespace to which a data file belongs.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatafileUnlimitedextension
          Gets the unlimited extension size of a data file.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Datamodel
          Datamodel: The ultimate container of all relational concepts.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatamodelAssociations
          Lists all the associations contained under a data model.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatamodelAuthor
          Gets the author of a data model.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatamodelDiagrams
          Lists all the diagrams contained under a data model.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatamodelSequences
          Lists all the sequences contained under a data model.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatamodelTables
          Lists all the tables contained under a data model.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatamodelTargetsystem
          Gets the target system associated to a data model.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatamodelVersion
          Gets the version of a data model.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatamodelViews
          Lists all the views contained under a data model.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageBufferpool
          Gets the buffer pool of a lob storage.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageCache
          Gets the cache option of a lob storage.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageChunksize
          Gets the chunk size of a lob storage.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageFreelistgroups
          Gets the free list groups value of a lob storage.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageFreelists
          Gets the free lists value of a lob storage.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageInitialextent
          Gets the initial extent value of a lob storage.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageInitialextentsizeunit
          Gets the units of the initial extent value of a lob storage.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageLobitems
          Lists all the columns associated with the a lob storage.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageLog
          Gets the log option of a lob storage.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageMaxextent
          Gets the maximum extent value of a lob storage.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageMinextent
          Gets the minimum extent value of a lob storage.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageNextextent
          Gets the next extent value of a lob storage.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageNextextentsizeunit
          Gets the units of the next extent value of a lob storage.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStoragePctincrease
          Gets the increase percentage value of a lob storage.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStoragePctversion
          Gets the percentage version of a lob storage.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageStorageinrows
          Gets the storage in rows option of a lob storage.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageTablespace
          Gets the tablespace associated to a lob storage.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageUnlimitedextents
          Gets the unlimited extents value of a lob storage.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbspaceDatabase
          Gets the database associated to a dbspace.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbspaceFragments
          Lists all the fragments associated to a dbspace.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbspaceTables
          Lists all the tables associated to a dbspace.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DiagramGraphicalclasses
          Lists all the graphical classes contained under a diagram.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DiagramGraphicaltables
          Lists all the graphical tables contained under a diagram.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Domain
          Domain: a domain.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DomainLength
          Get the length of a domain.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DomainmodelDomains
          Lists all the domains contained under a domain model.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DomainNbdecimals
          Get the number of decimals of a domain.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DomainSourcebuiltintype
          Gets the source type of a domain, if the source type is a built-in type.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DomainSourcedomain
          Gets the source type of a domain, if the source type is itself a domain.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DomainSourcetype
          Gets the source type of a domain.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DomainTypedattributes
          Gets the typed attributes associated to a domain.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldAssociationend
          Gets the association end associated to a field, if any.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldElementtype
          Gets the field's element type.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldInitvalue
          Gets the field's initial value.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldIsfinal
          Tells whether the field is final.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldIsstatic
          Tells whether the field is static.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldIstransient
          Tells whether the field is transient.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldIsvolatile
          Tells whether the field is volatile.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldType
          Gets the field's type.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldTypeuse
          Gets the field's type use.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldTypeusestyle
          Gets the field's type use style.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldVisibility
          Gets the field's visibility.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FileReuse
          Tells whether a file can be reused.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FileSize
          Gets the size of a file.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FileSizeunit
          Gets the units of a file size.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FkeycolumnColumn
          Gets the actual column associated to a foreign key's column.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FkeycolumnSourceColumn
           
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyAssociationend
          Gets the association end of a foreign key.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyChecking
          Gets the checking attribute of a foreign key.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyColumns
          Lists all the columns associated to a foreign key.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyDeferrable
          Gets the deferrable attribute of a foreign key.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyEnabled
          Tells whether a foreign key is enabled.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyExceptiontable
          Gets the exception table associated to a foreign key.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyIndex
          Gets the index associated to a foreign key, if any.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyMode
          Gets the mode of a foreign key.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyUser
          Gets the user who owns a foreign key, if any.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyValidated
          Tells whether a foreign key is validated.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FragmentDbspace
          Gets the dbspace associated to a fragment.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FragmentExpression
          Gets the expression of a fragment.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FragmentRemainder
          Tells whether a fragment has a remainder attribute.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry GraphicalclassSemanticalclass
          Deprecated.  
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry GraphicalclassSemanticclass
          Gets the semantic class associated to a graphical class.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry GraphicaltableSemanticaltable
          Get the semantic table asociated to a graphical table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry GraphicaltableSemantictable
          Get the semantic table associated to a graphical table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IBMBufferPool
          BufferPool

Target System: DB2-UDB
Type: Concept
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IbmColumnlobsizeunit
          Gets the units of the lob size of a column.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IBMDatabasePartitionGroup
          DatabasePartitionGroup

Target System: DB2-UDB
Type: Concept
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IBMTablespace
          Tablespace

Target System: DB2-UDB
Type: Concept
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IbmTriggerTime
          Gets the time attribute of a trigger.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ImportClass
          Gets the classifier imported by the import clause, if any.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ImportIsall
          Tells whether an import clause imports all the classes of a given package.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ImportPackage
          Gets the package imported by the import clause, if any.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Index
          Index: an index on a table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexAlias
          Gets the alias of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexBitmap
          Gets the bitmap attribute of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexBufferpool
          Gets the buffer pool attribute of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexCategory
          Gets the category of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexConstraint
          Gets the index's constraint, if any.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexConstraints
          Deprecated.  
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexDescription
          Gets the description of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexFreelist
          Gets the free list of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexFreelistgroups
          Gets the free list groups of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexIndexkeys
          Gets the index's keys.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexInitialextent
          Gets the initial extent attribute of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexInitialextentsizeunit
          Gets the size of the initial extent attribute of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Indexinitrans
          Gets the initial trans attribute of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexkeyColumn
          Gets the column associated to an index key.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexKeyExpression
          Deprecated.  
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexkeySortoption
          Gets the index key's sort option.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexLog
          Gets the log attribute of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexMaxextent
          Gets the maximum extent attribute of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexMaxtrans
          Gets the maximum trans attribute of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexMinextent
          Gets the minimum extent attribute of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexName
          Gets the name of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexNextextent
          Gets the next extent attribute of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexNextextentsizeunit
          Gets the units of the next extent attribute of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexParallel
          Gets the parallel attribute of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexParalleldegree
          Gets the parallel degree attribute of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexPartitioningmethod
          Gets the partitioning method of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexPartitionkeycolumns
          Lists all the partition key columns associated to an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexPartitions
          Lists all the partitions in an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexPctfree
          Deprecated.  
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexPctincrease
          Gets the increase percentage of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexPhysicalname
          Gets the physical name of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexSorting
          Gets the sorting option of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexTable
          Retrieves the table to which an index belongs.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexTablespace
          Gets the tablespace associated to an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexUnique
          Tells whether an index is unique.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexUnlimitedextents
          Gets the unlimited extents value of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexUser
          Gets the user who owns an index, if any.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexBitmapstorage
          Gets the bitmap storage of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexCluster
          Tells whether an index has a cluster.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexDbspace
          Gets the dbspace associated to an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexFillfactor
          Gets the fill factor of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexFragmentationdistributionscheme
          Gets the fragmentation distribution scheme of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexFragmentationkeycolumns
          Lists all the fragmentation key columns associated to an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexFragments
          Lists all the fragments contained in an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexLockmode
          Gets the lock mode of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexMode
          Gets the mode of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexOnline
          Gets online type of an index.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureDba
          Tells whether a procedure has a DBA access.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureDocument
          Gets the document of a procedure.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureExternalname
          Gets the external name of a procedure.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureLanguage
          Gets the language of a procedure.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureListingfilename
          Gets the listing filename of a procedure.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureReferences
          Tells whether a procedure has references.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureReturntypelength
          Gets the return type's length of a procedure.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureReturntypenbdecimal
          Gets the return type's number of decimals of a procedure.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureSpecificname
          Gets the specific name of a procedure.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureVariant
          Gets the variant attribute of a procedure.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableCategory
          Gets the category of a table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableDbspace
          Gets the dbspace associated to a table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableExtentsize
          Gets the extent size of a table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableFragmentationdistributionscheme
          Gets the fragmentation distribution scheme of a table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableFragmentationkeycolumns
          Gets the fragmentation key columns associated to a table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableFragmentationmaxrangevalue
          Gets the fragmentation maximum range value of a table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableFragmentationminrangevalue
          Gets the fragmentation minimum range value of a table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableFragments
          Lists all the fragments contained in a table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableLockmode
          Gets the lock mode of a table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableNextextentsize
          Gets the next extent size of a table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableWithrowids
          Gets the With row IDs attribute of a table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry InheritanceSubadt
          Deprecated.  
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry InheritanceSubclassifier
          Gets the subclass or the subinterface on an inheritance link.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry InheritanceSuperadt
          Deprecated.  
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry InheritanceSuperclassifier
          Gets the superclass or the superinterface of an inheritance link.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry InitblockBody
          Gets the initialization block's body.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry InitblockIsstatic
          Tells whether the initialization block is static.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodBody
          Gets the method's body.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodExceptions
          Lists all the method's exceptions.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodIsabstract
          Tells whether the method is abstract.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodIsfinal
          Tells whether the method is final.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodIsnative
          Tells whether the method is native.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodIsstatic
          Tells whether the method is static.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodIsstrictfp
          Tells whether the method is strictfp.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodIssynchronized
          Tells whether the method is synchronized.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodOverriddenmethods
          Lists all the method's overridden methods.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodOverridingmethods
          Lists all the method's overriding methods.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodParameters
          Lists all the method's parameters.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodType
          Gets the method's return type.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodTypeuse
          Gets the method's return type use.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodTypeusestyle
          Gets the methodd's type use style.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodVisibility
          Gets the method's visibility.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry NestedtablestorageColumns
          Lists all the columns contained in an Oracle nested table storage.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry NestedtablestorageNesteditem
          Gets the nested item associated to an Oracle nested table storage.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry NestedtablestorageReturnvaluetype
          Gets the return value type of an Oracle nested table storage.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry NestedtablestorageTable
          Gets the table containing the Oracle nested table storage.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry NestedtablestorageUser
          Gets the user who owns an Oracle nested table storage, if any.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ObjectAlias
          Returns the alias of an object.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ObjectComposite
          Returns the composite of an object.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ObjectDescription
          Returns the description of an object.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ObjectName
          Returns the name of an object.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ObjectPhysicalname
          Returns the physical name of an object.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OperationlibraryPackages
          Lists all the packages contained under an operation library.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OperationlibraryProcedures
          Lists all the procedures contained under an operation library.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrdomainCategory
          Gets the category of a domain.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrdomainOrderedcollection
          Tells whether the domain is an ordered collection.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrpackageBody
          Gets the body of a package.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrpackageProcedures
          Lists all the procedures contained under a package.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrpackageSpecification
          Gets the specification of a package.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrpackageUser
          Gets the user who owns a package, if any.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrparameterDecimal
          Gets the number of decimals of a procedure parameter.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrparameterDefaultvalue
          Gets the default value of a procedure parameter.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrparameterIsnocopy
          Tells whether the NOCOPY attribute of a procedure parameter is enabled.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrparameterIsreferenced
          Tells whether the type of a procedure parameter is referenced.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrparameterLength
          Gets the length of a procedure parameter.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrparameterPassingconvention
          Gets the passing convention of a procedure parameter.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrparameterType
          Gets the type of a procedure parameter.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackageAdts
          Deprecated.  
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackageAuthor
          Gets the author of a Java package.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackageClassifiers
          Lists all the classifiers contained under a Java package.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackageDiagrams
          Lists all the diagrams contained under a Java package.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackageInvokerrights
          Gets the invoker rights attribute of a package.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackageName
          Gets the name of a Java package.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackagePackage
          Gets the Java package containing the current package, if any.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackagePackages
          List all the sub packages contained under a Java package.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackageProcedures
          Lists all the procedures contained under a package.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackageVersion
          Gets the version of a Java package.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ParameterDefaultnull
          Tells whether a procedure parameter can be NULL.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ParameterDefaultvalue
          Gets the parameter's default value.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ParameterIsfinal
          Tells whether the parameter is final.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ParameterIsreturn
          Tells whether the procedure parameter is a return parameter.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ParameterPassingconvention
          Deprecated.  
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ParameterType
          Gets the parameter's type.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ParameterTypeuse
          Gets the parameter's type use.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ParameterTypeusestyle
          Gets the parameter's type use style.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionBufferpool
          Gets the buffer pool option of a partition.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionFreelistgroups
          Gets the free list groups value of a partition.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionFreelists
          Gets the free lists value of a partition.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionIndex
          Retrieves the index to which a partition belongs.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionInitialextent
          Gets the initial extent value of a partition.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionInitialextentsizeunit
          Gets the units of the initial extent value of a partition.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionInitrans
          Gets the initial trans value of a partition.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionLobstorages
          Lists all the lob storages of a partition.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionLog
          Gets the log attribute of a partition.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionMaxextents
          Gets the maximum extents value of a partition.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionMaxtrans
          Gets the maximum trans value of a partition.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionMinextents
          Gets the minimum extents value of a partition.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionNextextent
          Gets the next extents value of a partition.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionNextextentsizeunit
          Gets the units of the next extents value of a partition.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionPctfree
          Gets the free percentage of a partition.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionPctincrease
          Gets the increase percentage of a partition.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionPctused
          Gets the percentage used attribute of a partition.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionSubpartitions
          Lists all the subpartitions of a given partition.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionSubPartitions
          Lists all the sub partitions of a given partition.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionTable
          Retrieves the table to which a partition belongs.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionTablespace
          Gets the tablespace associated to a partition.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionUnlimitedextents
          Gets the unlimited extents value of a partition.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionValue
          Gets the value of a partition.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Primaryuniquekey
          Primaryuniquekey: either primary or a unique key.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyChecking
          Gets the checking attribute of a primary or a unique key.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyColumns
          Lists all the columns associated to a primary or a unique key.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyDeferrable
          Gets the deferrable attribute of a primary or a unique key.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyEnabled
          Tells whether a primary or a unique key is enabled.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyExceptiontable
          Gets the exception table associated to a primary or a unique key.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyIndex
          Gets the index associated to a primary or a unique key, if any.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyIsprimary
          Tells whether a key is a primary key.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyMode
          Gets the mode of a primary or a unique key.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyUser
          Gets the user who owns a primary or a unique key, if any.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyValidated
          Tells whether a primary or a unique key is validated.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Procedure
          Procedure: a procedure or a function.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureBody
          Gets the body of a procedure.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureDescription
          Gets the description of a procedure.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureDeterministic
          Gets the deterministic attribute of a procedure.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureInvokerrights
          Gets the invoker rights attribute of a procedure.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureIsfunction
          Tells whether the procedure is actually a function.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureJavamethod
          Gets the Java method associated to a procedure, if any.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureLanguage
          Gets the language attribute of a procedure.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureOrparameters
          Lists all the parameters of a procedure.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedurePackage
          Retrieves the package to which a procedure belongs.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureParallel
          Gets the parallel attribute of a procedure.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureReturntype
          Gets the return type of a function.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureReturntypeisreferenced
          Tells whether the return type of a function is referenced.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureUser
          Gets the user who owns a procedure, if any.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectBemodels
          Lists all the class models contained under a project.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectClassmodels
          Lists all the class models contained under a project.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectDatamodels
          Lists all the data models contained under a project.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectDescription
          Returns the description of a project.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectDomainmodels
          Lists all the data models contained under a project.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectName
          Returns the name of a project.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectOperationlibraries
          Lists all the operation libraries contained under a project.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectPackages
          Lists all the packages contained under a project.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectPhysicalname
          Returns the physical name of a project.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectTypenodes
          Lists all the type nodes contained under a project.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RedologfileRedologgroup
          Retrieves the redo log group to which a redo log file belongs.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RedologgroupRedologfiles
          Lists all the redo log files contained in a redo log group.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RedologproupFiles
          Deprecated.  
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RgTablesTable
          Gets the actual table associated to a table's graphical representation.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentInitialextent
          Gets the initial extent value of a rollback segment.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentInitialextentsizeunit
          Gets the units of the initial extent value of a rollback segment.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentIspublic
          Tells whether the rollback segment is public.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentMaxextents
          Gets the maximum extents value of a rollback segment.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentMinextents
          Gets the minimum extents value of a rollback segment.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentNextextent
          Gets the next extents value of a rollback segment.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentNextextentsizeunit
          Gets the units of the next extents value of a rollback segment.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentOptimalsize
          Gets the optimal size of a rollback segment.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentOptimalsizeunit
          Gets the units of the optimal size of a rollback segment.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentTablespace
          Gets the tablespace associated to a rollback segment.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SbspaceBlobSpace
          Tells whether a sbspace has a blob space.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SbspaceLobcolumns
          Lists all the lob columns of a sbspace.
static org.modelsphere.sms.templates.GenericMapping.Section Section_1
           SECTION 1: GENERIC CONCEPTS (FOR ALL TARGET SYSTEMS).
static org.modelsphere.sms.templates.GenericMapping.Section Section_2
           SECTION 2: BPM CONCEPTS.
static org.modelsphere.sms.templates.GenericMapping.Section Section_3
           SECTION 3: JAVA CONCEPTS (ONLY FOR THE JAVA TARGET SYSTEM).
static org.modelsphere.sms.templates.GenericMapping.Section Section_4
           SECTION 4: RELATIONAL CONCEPTS (FOR ALL TARGET SYSTEMS EXCEPT JAVA).
static org.modelsphere.sms.templates.GenericMapping.Section Section_5
          SECTION 5: ORACLE-SPECIFIC CONCEPTS (ONLY FOR THE ORACLE TARGET SYSTEM).
static org.modelsphere.sms.templates.GenericMapping.Section Section_6
          SECTION 6: DB2-SPECIFIC CONCEPTS (ONLY FOR THE DB2-UDB TARGET SYSTEM).
static org.modelsphere.sms.templates.GenericMapping.Section Section_7
          SECTION 7: INFORMIX-SPECIFIC CONCEPTS (ONLY FOR THE INFORMIX TARGET SYSTEM).
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SequenceCache
          Gets the cache attribute of a sequence.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SequenceCachevalue
          Gets the cache value attribute of a sequence.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SequenceCycle
          Gets the cycle attribute of a sequence.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SequenceIncrement
          Gets the increment attribute of a sequence.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SequenceMaxvalue
          Gets the maximum value of a sequence.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SequenceMinvalue
          Gets the minimum value of a sequence.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SequenceOrder
          Gets the order attribute of a sequence.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SequenceStart
          Gets the start attribute of a sequence.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SequenceUser
          Gets the user who owns the sequence, if any.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SubpartitionPartition
          Retrieve the partition of a given subpartition.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Table
          Table: a relational table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableAlias
          Gets the alias of a table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableBufferpool
          Gets the buffer pool option of an Oracle table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableCache
          Gets the cache attribute of an Oracle table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableColumns
          Lists all the columns contained under a table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableCommitaction
          Gets the commit action of an Oracle table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableConstraints
          Lists all the constraints contained under a table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableDescription
          Gets the description of a table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableForeignkeys
          Lists all the foreign keys contained under a table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableFreelistgroups
          Gets the free list groups value of an Oracle table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableFreelists
          Gets the free lists value of an Oracle table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableIndexes
          Lists all the indexes contained under a table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableInitialextent
          Gets the initial extent value of an Oracle table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableInitialextentsizeunit
          Gets the units of the initial extent value of an Oracle table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableInitrans
          Gets the initial trans value of an Oracle table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableLobstorages
          Lists all the lob storages contained in an Oracle table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableLog
          Gets the log option of an Oracle table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableMaxextents
          Gets the maximum extents trans value of an Oracle table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableMaxtrans
          Gets the maximum trans value of an Oracle table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableMinextents
           
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableMonitoring
          Gets the monitoring option of an Oracle table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableName
          Gets the name of a table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableNestedtablestorages
          Lists all the nested table storages contained in an Oracle table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableNextextent
          Gets the next extent value of an Oracle table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableNextextentsizeunit
          Gets the units of the next extent value of an Oracle table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableParallel
          Gets the parallel option of an Oracle table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableParalleldegree
          Gets the parallel degree attribute of an Oracle table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablePartitioningmethod
          Gets the partitioning method of an Oracle table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablePartitionkeycolumns
          Lists all the partition key columns associated to an Oracle table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablePartitionningmethod
          Deprecated.  
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablePartitions
          Lists all the partitions contained in an Oracle table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablePctfree
          Gets the free percentage of an Oracle table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablePctincrease
          Gets the increase percentage attribute of an Oracle table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablePctused
          Gets the percentage used attribute of an Oracle table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablePhysicalname
          Gets the physical name of a table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablePrimaryuniquekeys
          Lists all the primary and unique keys contained under a table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableRowmovement
          Gets the row movement of an Oracle table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableSelectionrule
          Deprecated.  
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceDatafiles
          Lists all the data files contained in a tablespace.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceDefobjinitialextent
          Gets the initial extend value of a tablespace.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceDefobjinitialextentsizeunit
          Gets the units of the initial extend value of a tablespace.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceDefobjmaxextents
          Gets the maximum extend value of a tablespace.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceDefobjminextents
          Gets the minimum extend value of a tablespace.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceDefobjnextextent
          Gets the next extend value of a tablespace.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceDefobjnextextentsizeunit
          Gets the units of the next extend value of a tablespace.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceDefobjpctincrease
          Gets the increase percentage of a tablespace.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceDefobjunlimitedextents
          Gets the unlimited extents value of a tablespace.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceExtentmanagement
          Gets the extent management of a tablespace.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceIslog
          Gets the log option value of a tablespace.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceIsonline
          Tells whether a given tablespace is online.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceIstemporary
          Tells whether a given tablespace is temporary.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceMinextent
          Gets the minimum extent value of a tablespace.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceMinextentsizeunit
          Gets the units of the minimum extent value of a tablespace.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceUniformextentsize
          Gets the uniform extent size of a tablespace.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceUniformextentsizeUnit
          Gets the units of the uniform extent size of a tablespace.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableSubpartitionkeycolumns
          Lists all the subpartition key columns associated to an Oracle table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableTablespaces
          Lists all the tablespaces associated to an Oracle table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableTemporary
          Tells whether an Oracle table is temporary.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableTriggers
          Lists all the triggers contained under a table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableUnlimitedextents
          Gets the unlimited extents value of a table or nested storage table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableUser
          Gets the user who owns a table, if any.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Trigger
          Trigger: an action called at the creation, deletion or modification of a relational table.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerBody
          Gets the body of a trigger.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerCategory
          Gets the category of a trigger.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerColumns
          Lists all the columns associated to a trigger.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerNewalias
          Gets the new alias of a trigger.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Triggernewtablealias
          Gets the new table alias of a trigger.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerOldalias
          Gets the old alias of a trigger.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerOldtablealias
          Gets the old table alias of a trigger.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerParentalias
          Gets the parent alias of a trigger.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerRowtrigger
          Tells whether a trigger is a row trigger.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerTime
          Gets the time attribute of a trigger.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerUser
          Gets the user who owns a trigger, if any.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerWhencondition
          Gets the when condition of a trigger.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TypenodeTypepackages
          Lists all the type packages contained under a project.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TypepackagePrimitivetypes
          Lists all the Java primitive types contained under a project.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry View
          View: a relational view.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ViewCheckoption
          Tells whether a view has a check option.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ViewColumns
          Lists all the columns contained under a view.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ViewConstraints
          Lists all the check constraints of a view.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ViewConstrainttype
          Gets the constraint type of a view.
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ViewContraints
          Deprecated.  
static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ViewSelectionrule
          Gets the selection rule of a view.
 
Constructor Summary
GenericMapping()
           
 
Method Summary
static MetaClass getChildrenMetaClass(java.lang.String repositoryString)
           
static java.lang.Class getClassOf(java.lang.String repositoryString)
           
static MetaClass getMetaClassOf(java.lang.String repositoryString)
           
static MetaField getMetaField(java.lang.String repositoryString)
           
static MetaRelationship getMetaRelation(java.lang.String repositoryString)
           
static java.lang.String getRepositoryFunction(java.lang.String repositoryString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Section_1

public static org.modelsphere.sms.templates.GenericMapping.Section Section_1
SECTION 1: GENERIC CONCEPTS (FOR ALL TARGET SYSTEMS).

List of concepts:
- Object: any occurrence is an Object.
- Project: the root object containing all other objects (models, libraries, ..).


ObjectAlias

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ObjectAlias
Returns the alias of an object. Only objects with a physical name attribute have also an alias.
Target System: All
Type: Attribute
Returns: String


ObjectName

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ObjectName
Returns the name of an object.
Target System: All
Type: Attribute
Returns: String


ObjectPhysicalname

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ObjectPhysicalname
Returns the physical name of an object.
Target System: All
Type: Attribute
Returns: String


ObjectDescription

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ObjectDescription
Returns the description of an object.
Target System: All
Type: Attribute
Returns: String


ObjectComposite

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ObjectComposite
Returns the composite of an object.
Target System: All
Type: Connector


ProjectName

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectName
Returns the name of a project.
Target System: All
Type: Attribute
Returns: String


ProjectPhysicalname

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectPhysicalname
Returns the physical name of a project.
Target System: All
Type: Attribute
Returns: String


ProjectDescription

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectDescription
Returns the description of a project.
Target System: All
Type: Attribute
Returns: String


ProjectPackages

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectPackages
Lists all the packages contained under a project.
Target System: All
Type: Connector


ProjectDatamodels

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectDatamodels
Lists all the data models contained under a project.
Target System: All Except Java
Type: Connector


ProjectClassmodels

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectClassmodels
Lists all the class models contained under a project.
Target System: Java
Type: Connector


ProjectBemodels

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectBemodels
Lists all the class models contained under a project.
Target System: Java
Type: Connector


ProjectTypenodes

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectTypenodes
Lists all the type nodes contained under a project.
Target System: All
Type: Connector


TypenodeTypepackages

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TypenodeTypepackages
Lists all the type packages contained under a project.
Target System: All
Type: Connector


TypepackagePrimitivetypes

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TypepackagePrimitivetypes
Lists all the Java primitive types contained under a project. The Java primitive types are also called built-in types.
Target System: Java
Type: Connector


Section_2

public static org.modelsphere.sms.templates.GenericMapping.Section Section_2
SECTION 2: BPM CONCEPTS.

List of Java concepts:
- Process: a process, or use-case.
- Actor: an actor, or external entity.
- Flow: a link between processes, or between a process and another concept.
- Store: a data store.


BemodelProcesses

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry BemodelProcesses
Lists all the processes contained under a BE model.
Target System: Behavioral
Type: Connector


BemodelActors

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry BemodelActors
Lists all the actors contained under a BE model.
Target System: Behavioral
Type: Connector


BemodelStores

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry BemodelStores
Lists all the data stores contained under a BE model.
Target System: Behavioral
Type: Connector


BemodelFlows

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry BemodelFlows
Lists all the data stores contained under a BE model.
Target System: Behavioral
Type: Connector


BemodelResources

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry BemodelResources
Lists all the data stores contained under a BE model.
Target System: Behavioral
Type: Connector


BemodelQualifiers

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry BemodelQualifiers
Lists all the data stores contained under a BE model.
Target System: Behavioral
Type: Connector


Section_3

public static org.modelsphere.sms.templates.GenericMapping.Section Section_3
SECTION 3: JAVA CONCEPTS (ONLY FOR THE JAVA TARGET SYSTEM).

List of Java concepts:
- Classmodel: the ultimate container of all Java concepts.
- Package: the equivalent of a Java package.
- Class: a Java classifier (class or interface).
- Import: an import clause in Java.
- Inheritance: an inheritance link between two classifiers (a super-classifier and a sub-classifier).
- Field: a Java field within a classifier.
- Initblock: a statement block called at the initialization of a Java object.
- Constructor: a special operation allowing the instantiation of a Java object.
- Method: a Java method within a classifier.
- Parameter: a Java method's argument.
- Association: a link within two classifiers representing an aggregation, a composition or another kind of association.
- Associationend: one of the two ends of an association.


ClassmodelAdts

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassmodelAdts
Deprecated. 
Lists all the classifiers contained under a class model. Classifiers, formerly called Abstract Data Types, include classes and interfaces.
Target System: Java
Type: Connector

See Also:
org.modelsphere.sms.plugins.generic.GenericMapping#ClassmodelClassifiers

ClassmodelClassifiers

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassmodelClassifiers
Lists all the classifiers contained under a class model. Classifiers include classes and interfaces.
Target System: Java
Type: Connector


ClassmodelDiagrams

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassmodelDiagrams
Lists all the diagrams contained under a class model.
Target System: Java
Type: Connector


DiagramGraphicalclasses

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DiagramGraphicalclasses
Lists all the graphical classes contained under a diagram.
Target System: Java
Type: Connector


GraphicalclassSemanticclass

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry GraphicalclassSemanticclass
Gets the semantic class associated to a graphical class.
Target System: Java
Type: Connector


GraphicalclassSemanticalclass

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry GraphicalclassSemanticalclass
Deprecated. 
Gets the semantic class associated to a graphical class.
Target System: Java
Type: Connector

See Also:
org.modelsphere.sms.plugins.generic.GenericMapping#GraphicalclassSemanticclass

ClassmodelPackages

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassmodelPackages
Lists all the packages under a class model.
Target System: Java
Type: Connector


ClassmodelVersion

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassmodelVersion
Gets the version of a class model.
Target System: Java
Type: Attribute
Returns: String


ClassmodelAuthor

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassmodelAuthor
Gets the author of a class model.
Target System: Java
Type: Attribute
Returns: String


PackageName

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackageName
Gets the name of a Java package.
Target System: Java
Type: Attribute
Returns: String


PackageDiagrams

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackageDiagrams
Lists all the diagrams contained under a Java package.
Target System: Java
Type: Connector


PackageAdts

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackageAdts
Deprecated. 
Lists all the classifiers (formerly called Abstract Data Types) contained under a Java package.
Target System: Java
Type: Connector

See Also:
org.modelsphere.sms.plugins.generic.GenericMapping#PackageClassifiers

PackageClassifiers

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackageClassifiers
Lists all the classifiers contained under a Java package. Classifiers include classes and interfaces.
Target System: Java
Type: Connector


PackagePackages

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackagePackages
List all the sub packages contained under a Java package.
Target System: Java
Type: Connector


PackagePackage

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackagePackage
Gets the Java package containing the current package, if any.
Target System: Java
Type: Connector


PackageVersion

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackageVersion
Gets the version of a Java package.
Target System: Java
Type: Attribute
Returns: String


PackageAuthor

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackageAuthor
Gets the author of a Java package.
Target System: Java
Type: Attribute
Returns: String


CompilationunitClasses

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CompilationunitClasses
Lists all the classifiers associated to a compilation unit. Classifiers include classes and interfaces.
Target System: Java
Type: Connector


CompilationunitImports

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CompilationunitImports
Lists all the import clauses of a compilation unit.
Target System: Java
Type: Connector


ImportPackage

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ImportPackage
Gets the package imported by the import clause, if any.
Target System: Java
Type: Connector


ImportClass

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ImportClass
Gets the classifier imported by the import clause, if any.
Target System: Java
Type: Connector


ImportIsall

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ImportIsall
Tells whether an import clause imports all the classes of a given package.
Target System: Java
Type: Attribute
Returns: true or false.


ClassCompilationUnit

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassCompilationUnit
Get the compilation unit associated to a classifier, if any.
Target System: Java
Type: Connector


ClassStereotype

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassStereotype
Gets the stereotype of a classifier.
Target System: Java
Type: Attribute
Returns:
- "1" if it is a class, but not an exception.
- "2' if it is an interface.
- "3" if it is an exception.


ClassFields

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassFields
Lists all the fields contained under a classifier.
Target System: Java
Type: Connector


ClassConstructors

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassConstructors
Lists all the constructors contained under a classifier.
Target System: Java
Type: Connector


ClassMethods

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassMethods
Lists all the methods contained under a classifier.
Target System: Java
Type: Connector


ClassSuperinheritances

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassSuperinheritances
Lists all the generalization links associated to a classifier. A generalization link is an inheritance link between a classifier and a superclassifier (superclass or superinterface).
Target System: Java
Type: Connector


ClassSubinheritances

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassSubinheritances
Lists all the specialization links associated to a classifier. A specialization link is an inheritance link between a classifier and a subclassifier (subclass or subinterface).
Target System: Java
Type: Connector


ClassAssociations

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassAssociations
Lists all the associations of a classifier with other classifiers.
Target System: Java
Type: Connector


ClassInheritances

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassInheritances
Lists all the inheritance links associated to a classifier.
Target System: Java
Type: Connector


ClassInnerclasses

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassInnerclasses
Lists all the inner classifiers of a given classifier.
Target System: Java
Type: Connector


ClassInitblocks

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassInitblocks
Lists all the initialization blocks of a classifier.
Target System: Java
Type: Connector


ClassIsabstract

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassIsabstract
Tells whether a class is abstract.
Target System: Java
Type: Attribute
Returns: "true" or "false".


ClassIsfinal

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassIsfinal
Tells whether a class is final.
Target System: Java
Type: Attribute
Returns: "true" or "false".


ClassIsstatic

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassIsstatic
Tells whether a class is static.
Target System: Java
Type: Attribute
Returns: "true" or "false".


ClassIsstrictfp

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassIsstrictfp
Tells whether a class is strictfp.
Target System: Java
Type: Attribute
Returns: "true" or "false".


ClassVisibility

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassVisibility
Gets the class' visibility.
Target System: Java
Type: Attribute
Returns:
- "1" for a PRIVATE visibility.
- "2" for a PUBLIC visibility.
- "3" for a PROTECTED visibility.
- "4" for a PACKAGE visibility.


ClassPackage

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassPackage
Gets the class' package.
Target System: Java
Type: Connector


ClassThrowingConstructors

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassThrowingConstructors
Lists all the constructors throwing this exception.
Target System: Java
Type: Connector


ClassThrowingMethods

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ClassThrowingMethods
Lists all the methods throwing this exception.
Target System: Java
Type: Connector


InheritanceSuperadt

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry InheritanceSuperadt
Deprecated. 
Gets the superclass or the superinterface of an inheritance link.
Target System: Java
Type: Connector

See Also:
org.modelsphere.sms.plugins.generic.GenericMapping#InheritanceSuperclassifier

InheritanceSuperclassifier

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry InheritanceSuperclassifier
Gets the superclass or the superinterface of an inheritance link.
Target System: Java
Type: Connector


InheritanceSubadt

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry InheritanceSubadt
Deprecated. 
Gets the subclass or the subinterface on an inheritance link.
Target System: Java
Type: Connector

See Also:
org.modelsphere.sms.plugins.generic.GenericMapping#InheritanceSubclassifier

InheritanceSubclassifier

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry InheritanceSubclassifier
Gets the subclass or the subinterface on an inheritance link.
Target System: Java
Type: Connector


FieldIsfinal

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldIsfinal
Tells whether the field is final.
Target System: Java
Type: Attribute
Returns: "true" or "false".


FieldInitvalue

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldInitvalue
Gets the field's initial value.
Target System: Java
Type: Attribute
Returns: String


FieldIsstatic

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldIsstatic
Tells whether the field is static.
Target System: Java
Type: Attribute
Returns: "true" or "false".


FieldIstransient

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldIstransient
Tells whether the field is transient.
Target System: Java
Type: Attribute
Returns: "true" or "false".


FieldTypeuse

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldTypeuse
Gets the field's type use.
Target System: Java
Type: Attribute
Returns: a string representing its type use, like "[]", "[4][2]".


FieldTypeusestyle

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldTypeusestyle
Gets the field's type use style.
Target System: Java
Type: Attribute
Returns:
- "1" if the type use is declared after the type, like "char[] buffer".
- "2" if the type use is declared after the field, like "char buffer[].


FieldVisibility

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldVisibility
Gets the field's visibility.
Target System: Java
Type: Attribute
Returns:
- "1" for a PRIVATE visibility.
- "2" for a PUBLIC visibility.
- "3" for a PROTECTED visibility.
- "4" for a PACKAGE visibility.


FieldIsvolatile

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldIsvolatile
Tells whether the field is volatile.
Target System: Java
Type: Attribute
Returns: "true" or "false".


FieldType

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldType
Gets the field's type.
Target System: Java
Type: Connector


FieldElementtype

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldElementtype
Gets the field's element type.
Target System: Java
Type: Connector


FieldAssociationend

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FieldAssociationend
Gets the association end associated to a field, if any.
Target System: Java
Type: Connector


InitblockIsstatic

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry InitblockIsstatic
Tells whether the initialization block is static.
Target System: Java
Type: Attribute
Returns: "true" or "false".


InitblockBody

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry InitblockBody
Gets the initialization block's body.
Target System: Java
Type: Attribute
Returns: String


ConstructorVisibility

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ConstructorVisibility
Gets the constructor's visibility.
Target System: Java
Type: Attribute
Returns:
- "1" for a PRIVATE visibility.
- "2" for a PUBLIC visibility.
- "3" for a PROTECTED visibility.
- "4" for a PACKAGE visibility.


ConstructorExceptions

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ConstructorExceptions
Lists all the constructor's exceptions.
Target System: Java
Type: Connector


ConstructorBody

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ConstructorBody
Gets the constructor's body.
Target System: Java
Type: Attribute
Returns: String


ConstructorParameters

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ConstructorParameters
Lists all the constructor's parameters.
Target System: Java
Type: Connector


MethodParameters

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodParameters
Lists all the method's parameters.
Target System: Java
Type: Connector


MethodExceptions

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodExceptions
Lists all the method's exceptions.
Target System: Java
Type: Connector


MethodIsabstract

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodIsabstract
Tells whether the method is abstract.
Target System: Java
Type: Attribute
Returns: "true" or "false".


MethodBody

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodBody
Gets the method's body.
Target System: Java
Type: Attribute
Returns: String


MethodIsfinal

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodIsfinal
Tells whether the method is final.
Target System: Java
Type: Attribute
Returns: "true" or "false".


MethodIsnative

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodIsnative
Tells whether the method is native.
Target System: Java
Type: Attribute
Returns: "true" or "false".


MethodIsstatic

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodIsstatic
Tells whether the method is static.
Target System: Java
Type: Attribute
Returns: "true" or "false".


MethodIssynchronized

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodIssynchronized
Tells whether the method is synchronized.
Target System: Java
Type: Attribute
Returns: "true" or "false".


MethodIsstrictfp

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodIsstrictfp
Tells whether the method is strictfp.
Target System: Java
Type: Attribute
Returns: "true" or "false".


MethodVisibility

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodVisibility
Gets the method's visibility.
Target System: Java
Type: Attribute
Returns:
- "1" for a PRIVATE visibility.
- "2" for a PUBLIC visibility.
- "3" for a PROTECTED visibility.
- "4" for a PACKAGE visibility.


MethodType

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodType
Gets the method's return type.
Target System: Java
Type: Connector


MethodTypeuse

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodTypeuse
Gets the method's return type use.
Target System: Java
Type: Attribute
Returns: a string like "[]", "[8]", "[8][4]"..


MethodTypeusestyle

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodTypeusestyle
Gets the methodd's type use style.
Target System: Java
Type: Attribute
Returns:
- "1" if the type use is declared after the type, like "char[] method()".
- "2" if the type use is declared after the method, like "char method()[].


MethodOverridingmethods

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodOverridingmethods
Lists all the method's overriding methods.
Target System: Java
Type: Connector


MethodOverriddenmethods

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry MethodOverriddenmethods
Lists all the method's overridden methods.
Target System: Java
Type: Connector


ParameterType

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ParameterType
Gets the parameter's type.
Target System: Java
Type: Connector


ParameterTypeuse

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ParameterTypeuse
Gets the parameter's type use.
Target System: Java
Type: Attribute
Returns: a string representing its type use, like "[]", "[4][2]".


ParameterTypeusestyle

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ParameterTypeusestyle
Gets the parameter's type use style.
Target System: Java
Type: Attribute
Returns:
- "1" if the type use is declared after the type, like "char[] buffer".
- "2" if the type use is declared after the field, like "char buffer[].


ParameterIsfinal

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ParameterIsfinal
Tells whether the parameter is final.
Target System: Java
Type: Attribute
Returns: "true" or "false".


ParameterPassingconvention

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ParameterPassingconvention
Deprecated. 
Gets the parameter's passing convention.
Target System: Java
Type: Attribute


ParameterDefaultvalue

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ParameterDefaultvalue
Gets the parameter's default value.
Target System: Java
Type: Attribute
Returns: String


AssociationAssociationends

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationAssociationends
Gets the two association ends of a given association.
Target System: Java
Type: Connector


AssociationendIsnavigable

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationendIsnavigable
Tells whether the association end is navigable.
Target System: Java
Type: Attribute
Returns: "true" or "false".


AssociationendIsordered

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationendIsordered
Tells whether the association end is ordered.
Target System: Java
Type: Attribute
Returns: "true" or "false".


AssociationendAggregation

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationendAggregation
Gets the association end's aggregation type.
Target System: Java
Type: Attribute
Returns:
- "1" for NONE (association without aggregation).
- "2" for AGGREGATE (aggregation association).
- "3" for COMPOSITE (composition association).


AssociationendMultiplicity

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationendMultiplicity
Gets the association end's multiplicity.
Target System: Java
Type: Attribute
Returns:
- "0" for an UNDEFINED multiplicity.
- "1" for a MANY (0..*) multiplicity.
- "2" for an ONE_OR_MORE (1..*) multiplicity.
- "3" for an EXACTLY_ONE (1) multiplicity.
- "4" for an OPTIONAL (0..1) multiplicity.


AssociationendType

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationendType
Gets the association end's type.
Target System: Java
Type: Connector


Section_4

public static org.modelsphere.sms.templates.GenericMapping.Section Section_4
SECTION 4: RELATIONAL CONCEPTS (FOR ALL TARGET SYSTEMS EXCEPT JAVA).

List of relational concepts:
- Datamodel: the ultimate container of all relational concepts.
- Diagram: a graphical representation of a data model.
- Graphicaltable: a graphical representation of relational table.
- Database: the physical storage of relational tables.
- Table: a relational table.
- Column: a table's column.
- Association: an association link between two tables.
- Associationrole: one of the two ends of an association.
- Associationend: idem.
- Trigger: an action called at the creation, deletion or modification of a relational table.
- Index: an index specified on a given table.
- Indexkey: a link between an index and a table column.
- Primaryuniquekey:either a primary or a unique key.
- Foreignkey: a key referencing another table's primary or unique key.
- Fkeycolumn: a link between a foreign key and a table's column.
- Check: a check constraint defined of a given table.


Datamodel

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Datamodel
Datamodel: The ultimate container of all relational concepts.

Target System: All Except Java
Type: Concept


DatamodelTables

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatamodelTables
Lists all the tables contained under a data model.
Target System: All Except Java
Type: Connector


DatamodelViews

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatamodelViews
Lists all the views contained under a data model.
Target System: All Except Java
Type: Connector


DatamodelDiagrams

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatamodelDiagrams
Lists all the diagrams contained under a data model.
Target System: All Except Java
Type: Connector


DiagramGraphicaltables

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DiagramGraphicaltables
Lists all the graphical tables contained under a diagram.
Target System: All Except Java
Type: Connector


GraphicaltableSemantictable

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry GraphicaltableSemantictable
Get the semantic table associated to a graphical table.
Target System: All Except Java
Type: Connector


GraphicaltableSemanticaltable

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry GraphicaltableSemanticaltable
Get the semantic table asociated to a graphical table.
Target System: All Except Java
Type: Connector

See Also:
org.modelsphere.sms.plugins.generic.GenericMapping#GraphicaltableSemantictable

DatamodelVersion

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatamodelVersion
Gets the version of a data model.
Target System: All Except Java
Type: Attribute
Returns: String


DatamodelAuthor

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatamodelAuthor
Gets the author of a data model.
Target System: All Except Java
Type: Attribute
Returns: String


DatamodelTargetsystem

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatamodelTargetsystem
Gets the target system associated to a data model.
Target System: All Except Java
Type: Connector


DatabaseDataModels

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseDataModels
Deprecated. 
Lists all the data models associated to a database.
Target System: All Except Java
Type: Connector

See Also:
org.modelsphere.sms.plugins.generic.GenericMapping#DatabaseSchema

DatabaseSchema

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseSchema
Gets the schema (a data model) associated to a database.
Target System: All Except Java
Type: Connector


DatabaseOperationLibraries

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseOperationLibraries
Deprecated. 
Lists all the operation libraries associated to a database.
Target System: All Except Java
Type: Connector

See Also:
org.modelsphere.sms.plugins.generic.GenericMapping#DatabaseOperationLibrary

DatabaseOperationLibrary

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseOperationLibrary
Gets the operation library associated to a database.
Target System: All Except Java
Type: Connector


Table

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Table
Table: a relational table.

Target System: All Except Java
Type: Concept


TableAlias

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableAlias
Gets the alias of a table.
Target System: All Except Java
Type: Attribute
Returns: String


TableName

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableName
Gets the name of a table.
Target System: All Except Java
Type: Attribute
Returns: String


TablePhysicalname

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablePhysicalname
Gets the physical name of a table.
Target System: All Except Java
Type: Attribute
Returns: String


TableDescription

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableDescription
Gets the description of a table.
Target System: All Except Java
Type: Attribute
Returns: String


TableUser

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableUser
Gets the user who owns a table, if any.
Target System: All Except Java
Type: Connector


TableColumns

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableColumns
Lists all the columns contained under a table.
Target System: All Except Java
Type: Connector
Note: The columns are ordered by their sequence.


TableIndexes

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableIndexes
Lists all the indexes contained under a table.
Target System: All Except Java
Type: Connector
Note: The indexes are ordered by their sequence.


TableTriggers

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableTriggers
Lists all the triggers contained under a table.
Target System: All Except Java
Type: Connector
Note: The triggers are ordered by their sequence.


TableUnlimitedextents

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableUnlimitedextents
Gets the unlimited extents value of a table or nested storage table.
Target System: Oracle
Type: Attribute
Returns: "true" or "false".


TableConstraints

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableConstraints
Lists all the constraints contained under a table.
Target System: All Except Java
Type: Connector
Note: The constraints are ordered by their sequence.


TablePrimaryuniquekeys

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablePrimaryuniquekeys
Lists all the primary and unique keys contained under a table.
Target System: All Except Java
Type: Connector
Note: The primary and unique keys are ordered by their sequence.


TableForeignkeys

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableForeignkeys
Lists all the foreign keys contained under a table.
Target System: All Except Java
Type: Connector
Note: The foreign keys are ordered by their sequence.


RgTablesTable

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RgTablesTable
Gets the actual table associated to a table's graphical representation.
Target System: All Except Java
Type: Connector


TableSelectionrule

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableSelectionrule
Deprecated. 
Gets the selection rule of a table.
Target System: All Except Java
Type: Attribute
Note: Applicable on views only.
Returns: String

See Also:
org.modelsphere.sms.plugins.generic.GenericMapping#ViewSelectionrule

View

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry View
View: a relational view.

Target System: All Except Java
Type: Concept


ViewSelectionrule

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ViewSelectionrule
Gets the selection rule of a view.
Target System: All Except Java
Type: Attribute
Returns: String


ViewColumns

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ViewColumns
Lists all the columns contained under a view.
Target System: All Except Java
Type: Connector


Column

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Column
Column: a table's column.

Target System: All Except Java
Type: Concept


ColumnAlias

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnAlias
Gets the alias of a column.
Target System: All Except Java
Type: Attribute
Returns: String


ColumnName

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnName
Gets the name of a column.
Target System: All Except Java
Type: Attribute
Returns: String


ColumnPhysicalname

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnPhysicalname
Gets the physical name of a column.
Target System: All Except Java
Type: Attribute
Returns: String


ColumnDescription

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnDescription
Gets the description of a column.
Target System: All Except Java
Type: Attribute
Returns: String


ColumnTable

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnTable
Retrieves the table to which a column belongs.
Target System: All Except Java
Type: Connector


ColumnView

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnView
Retrieves the table to which a column belongs.
Target System: All Except Java
Type: Connector


ColumnType

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnType
Gets the data type of a column.
Target System: All Except Java
Type: Connector


ColumnBuiltintype

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnBuiltintype
Gets the built-in type of a column, if any.
Target System: All Except Java
Type: Connector


ColumnDomain

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnDomain
Gets the domain of a column, if any.
Target System: All Except Java
Type: Connector


ColumnConstraints

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnConstraints
Lists all the constraints associated to a column.
Target System: All Except Java
Type: Connector


ColumnCommonitem

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnCommonitem
Gets the common item of a column
Target System: All Except Java
Type: Connector


ColumnIsnullpossible

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnIsnullpossible
Tells whether a column can be set to NULL.
Target System: All Except Java
Type: Attribute
Returns: "true" or "false".


ColumnLength

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnLength
Returns the column's length.
Target System: All Except Java
Type: Attribute
Returns: a string representing an integer.


ColumnDecimal

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnDecimal
Returns the column's decimal number.
Target System: All Except Java
Type: Attribute
Returns: a string representing an integer.


ColumnDefault

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnDefault
Returns the column's initial value.
Target System: All Except Java
Type: Attribute
Returns: String.


ColumnReference

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnReference
Returns the column's reference.
Target System: All Except Java
Type: Attribute
Returns: "true" or "false".


DatamodelAssociations

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatamodelAssociations
Lists all the associations contained under a data model.
Target System: All Except Java
Type: Connector


AssociationName

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationName
Gets the name of an association.
Target System: All Except Java
Type: Attribute
Returns: String.


AssociationRoles

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationRoles
Gets the two ends of an association.
Target System: All Except Java
Type: Connector


AssociationroleIsnavigable

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationroleIsnavigable
Tells whether an association end is navigable.
Target System: All Except Java
Type: Attribute
Returns: "true" or "false".


AssociationroleInsertrule

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationroleInsertrule
Gets the insert rule of an association end.
Target System: All Except Java
Type: Attribute
Returns: String.


AssociationroleUpdaterule

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationroleUpdaterule
Gets the update rule of an association end.
Target System: All Except Java
Type: Attribute
Returns: String.


AssociationroleDeleterule

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationroleDeleterule
Gets the delete rule of an association end.
Target System: All Except Java
Type: Attribute
Returns: String.


AssociationroleClassifier

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationroleClassifier
Gets the classifier associated to an association end.
Target System: All Except Java
Type: Attribute


Trigger

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Trigger
Trigger: an action called at the creation, deletion or modification of a relational table.

Target System: All Except Java
Type: Concept


TriggerCategory

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerCategory
Gets the category of a trigger.
Target System: All Except Java
Type: Attribute
Returns:
- "1" for an insert trigger
- "2" for an update trigger
- "3" for a delete trigger
- "4" for an insert and update trigger
- "5" for an insert and delete trigger
- "6" for an update and delete trigger
- "7" for an insert, update and delete trigger


TriggerNewalias

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerNewalias
Gets the new alias of a trigger.
Target System: All Except Java
Type: Attribute
Returns: String


TriggerOldalias

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerOldalias
Gets the old alias of a trigger.
Target System: All Except Java
Type: Attribute
Returns: String


TriggerWhencondition

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerWhencondition
Gets the when condition of a trigger.
Target System: All Except Java
Type: Attribute
Returns: String


TriggerBody

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerBody
Gets the body of a trigger.
Target System: All Except Java
Type: Attribute
Returns: String


TriggerUser

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerUser
Gets the user who owns a trigger, if any.
Target System: All Except Java
Type: Connector


TriggerColumns

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerColumns
Lists all the columns associated to a trigger.
Target System: All Except Java
Type: Connector


Index

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Index
Index: an index on a table.

Target System: All Except Java
Type: Concept


IndexAlias

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexAlias
Gets the alias of an index.
Target System: All Except Java
Type: Attribute
Returns: String


IndexName

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexName
Gets the name of an index.
Target System: All Except Java
Type: Attribute
Returns: String


IndexPhysicalname

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexPhysicalname
Gets the physical name of an index.
Target System: All Except Java
Type: Attribute
Returns: String


IndexDescription

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexDescription
Gets the description of an index.
Target System: All Except Java
Type: Attribute
Returns: String


IndexUnique

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexUnique
Tells whether an index is unique.
Target System: All Except Java
Type: Attribute
Returns: "true" or "false".


IndexTable

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexTable
Retrieves the table to which an index belongs.
Target System: All Except Java
Type: Connector


IndexUser

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexUser
Gets the user who owns an index, if any.
Target System: All Except Java
Type: Connector


IndexIndexkeys

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexIndexkeys
Gets the index's keys.
Target System: All Except Java
Type: Connector


IndexKeyExpression

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexKeyExpression
Deprecated. 
Gets the index's constraints.
Target System: All Except Java
Type: Connector

See Also:
org.modelsphere.sms.plugins.generic.GenericMapping#IndexConstraint

IndexConstraints

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexConstraints
Deprecated. 
Gets the index's constraints.
Target System: All Except Java
Type: Connector

See Also:
org.modelsphere.sms.plugins.generic.GenericMapping#IndexConstraint

IndexConstraint

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexConstraint
Gets the index's constraint, if any.
Target System: All Except Java
Type: Connector


IndexkeyColumn

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexkeyColumn
Gets the column associated to an index key.
Target System: All Except Java
Type: Connector


IndexkeySortoption

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexkeySortoption
Gets the index key's sort option.
Target System: All Except Java
Type: Attribute
Returns:
- "1" for an ASCendant order
- "2' for a DESCendant order


Primaryuniquekey

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Primaryuniquekey
Primaryuniquekey: either primary or a unique key.

Target System: All Except Java
Type: Concept


PrimaryuniquekeyIsprimary

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyIsprimary
Tells whether a key is a primary key.
Target System: All Except Java
Type: Attribute
Returns: "true" of "false".


PrimaryuniquekeyColumns

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyColumns
Lists all the columns associated to a primary or a unique key.
Target System: All Except Java
Type: Connector


PrimaryuniquekeyIndex

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyIndex
Gets the index associated to a primary or a unique key, if any.
Target System: All Except Java
Type: Connector


ForeignkeyIndex

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyIndex
Gets the index associated to a foreign key, if any.
Target System: All Except Java
Type: Connector


ForeignkeyColumns

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyColumns
Lists all the columns associated to a foreign key.
Target System: All Except Java
Type: Connector


ForeignkeyAssociationend

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyAssociationend
Gets the association end of a foreign key.
Target System: All Except Java
Type: Connector


AssociationendReferencedconstraint

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationendReferencedconstraint
Gets the referenced constraint of a foreign key.
Target System: All Except Java
Type: Connector


AssociationendDeleterule

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationendDeleterule
Gets the delete rule of an association end.
Target System: All Except Java
Type: Attribute
Returns: String.


AssociationendUpdaterule

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry AssociationendUpdaterule
Gets the update rule of an association end.
Target System: All Except Java
Type: Attribute
Returns: String.


FkeycolumnColumn

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FkeycolumnColumn
Gets the actual column associated to a foreign key's column.
Target System: All Except Java
Type: Connector


FkeycolumnSourceColumn

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FkeycolumnSourceColumn

Check

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Check
A check constraint.

Target System: All Except Java
Type: Concept


CheckCondition

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CheckCondition
Gets the condition of a check constraint.
Target System: All Except Java
Type: Attribute
Returns: String.


CheckColumn

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CheckColumn
Gets the column associated to a check constraint.
Target System: All Except Java
Type: Connector


ProjectDomainmodels

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectDomainmodels
Lists all the data models contained under a project.
Target System: All Except Java
Type: Connector


DomainmodelDomains

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DomainmodelDomains
Lists all the domains contained under a domain model.
Target System: All Except Java
Type: Connector


DomainSourcetype

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DomainSourcetype
Gets the source type of a domain.
Target System: All Except Java
Type: Connector


DomainSourcedomain

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DomainSourcedomain
Gets the source type of a domain, if the source type is itself a domain.
Target System: All Except Java
Type: Connector


DomainSourcebuiltintype

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DomainSourcebuiltintype
Gets the source type of a domain, if the source type is a built-in type.
Target System: All Except Java
Type: Connector


DomainTypedattributes

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DomainTypedattributes
Gets the typed attributes associated to a domain.
Target System: All Except Java
Type: Connector


Domain

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Domain
Domain: a domain.

Target System: All Except Java
Type: Concept


DomainLength

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DomainLength
Get the length of a domain.
Target System: All Except Java
Type: Attribute
Returns: String.


DomainNbdecimals

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DomainNbdecimals
Get the number of decimals of a domain.
Target System: All Except Java
Type: Attribute
Returns: String.


ProjectOperationlibraries

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProjectOperationlibraries
Lists all the operation libraries contained under a project.
Target System: All Except Java
Type: Connector


OperationlibraryProcedures

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OperationlibraryProcedures
Lists all the procedures contained under an operation library.
Target System: All Except Java
Type: Connector


OperationlibraryPackages

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OperationlibraryPackages
Lists all the packages contained under an operation library.
Target System: All Except Java
Type: Connector


PackageProcedures

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackageProcedures
Lists all the procedures contained under a package.
Target System: All Except Java
Type: Connector


Procedure

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Procedure
Procedure: a procedure or a function.

Target System: All Except Java
Type: Concept


ProcedureIsfunction

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureIsfunction
Tells whether the procedure is actually a function.
Target System: All Except Java
Type: Attribute
Returns: "true" or "false".


ProcedureOrparameters

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureOrparameters
Lists all the parameters of a procedure.
Target System: All Except Java
Type: Connector


ProcedureReturntype

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureReturntype
Gets the return type of a function.
Target System: All Except Java
Type: Connector


ProcedureReturntypeisreferenced

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureReturntypeisreferenced
Tells whether the return type of a function is referenced.
Target System: All Except Java
Type: Attribute
Returns: "true" or "false".


ProcedurePackage

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedurePackage
Retrieves the package to which a procedure belongs.
Target System: All Except Java
Type: Connector


ProcedureUser

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureUser
Gets the user who owns a procedure, if any.
Target System: All Except Java
Type: Connector


ProcedureJavamethod

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureJavamethod
Gets the Java method associated to a procedure, if any.
Target System: All Except Java
Type: Connector


ProcedureBody

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureBody
Gets the body of a procedure.
Target System: All Except Java
Type: Attribute
Returns: String


ProcedureDescription

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureDescription
Gets the description of a procedure.
Target System: All Except Java
Type: Attribute
Returns: String


OrparameterPassingconvention

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrparameterPassingconvention
Gets the passing convention of a procedure parameter.
Target System: All Except Java
Type: Attribute
Returns:
- "1" for an IN parameter.
- "2" for an OUT parameter.
- "3" for an IN OUT parameter.


OrparameterDefaultvalue

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrparameterDefaultvalue
Gets the default value of a procedure parameter.
Target System: All Except Java
Type: Attribute
Returns: String


OrparameterType

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrparameterType
Gets the type of a procedure parameter.
Target System: All Except Java
Type: Connector


OrparameterLength

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrparameterLength
Gets the length of a procedure parameter.
Target System: All Except Java
Type: Attribute
Returns: a string representing an integer.


OrparameterDecimal

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrparameterDecimal
Gets the number of decimals of a procedure parameter.
Target System: All Except Java
Type: Attribute
Returns: a string representing an integer.


OrparameterIsreferenced

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrparameterIsreferenced
Tells whether the type of a procedure parameter is referenced.
Target System: All Except Java
Type: Attribute
Returns: true or false.


OrpackageSpecification

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrpackageSpecification
Gets the specification of a package.
Target System: All Except Java
Type: Attribute
Returns: String


OrpackageBody

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrpackageBody
Gets the body of a package.
Target System: All Except Java
Type: Attribute
Returns: String


OrpackageUser

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrpackageUser
Gets the user who owns a package, if any.
Target System: All Except Java
Type: Connector


OrpackageProcedures

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrpackageProcedures
Lists all the procedures contained under a package.
Target System: All Except Java
Type: Connector


OrdomainCategory

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrdomainCategory
Gets the category of a domain.
Target System: All Except Java
Type: Attribute
Returns:
- "1" for a DISTINCT type
- "2" for a STRUCTURED type
- "3" for an OPAQUE type
- "4" for a COLLECTION type
- "5" for a DOMAIN type
- "6" for a JAVA_OBJECT type


OrdomainOrderedcollection

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrdomainOrderedcollection
Tells whether the domain is an ordered collection.
Target System: All Except Java
Type: Attribute
Returns: "true" or "false".


Section_5

public static org.modelsphere.sms.templates.GenericMapping.Section Section_5
SECTION 5: ORACLE-SPECIFIC CONCEPTS (ONLY FOR THE ORACLE TARGET SYSTEM).


DatabaseArchivelog

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseArchivelog
Gets the archive log of a database.
Target System: Oracle
Type: Attribute
Returns: "true" or "false".


DatabaseCharacterSet

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseCharacterSet
Gets the character set of a database.
Target System: Oracle
Type: Attribute
Returns: String.


DatabaseMaxDatafiles

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseMaxDatafiles
Gets the maximum number of data files allowed in a database.
Target System: Oracle
Type: Attribute
Returns: String representing an integer.


DatabaseMaxinstances

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseMaxinstances
Gets the maximum number of instances allowed in a database.
Target System: Oracle
Type: Attribute
Returns: String representing an integer.


DatabaseMaxlogfiles

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseMaxlogfiles
Gets the maximum number of log files allowed in a database.
Target System: Oracle
Type: Attribute
Returns: String representing an integer.


DatabaseMaxloghistory

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseMaxloghistory
Gets the maximum length of log history allowed in a database.
Target System: Oracle
Type: Attribute
Returns: String representing an integer.


DatabaseMaxlogmembers

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseMaxlogmembers
Gets the maximum number of log members allowed in a database.
Target System: Oracle
Type: Attribute
Returns: String representing an integer.


DatabaseNationalcharacterSet

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseNationalcharacterSet
Gets the national character set used in a database.
Target System: Oracle
Type: Attribute
Returns: String


DatabaseReuseControlFiles

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseReuseControlFiles
Tells whether the reuse control files option is true in a database.
Target System: Oracle
Type: Attribute
Returns: "true" or "false".


DatabaseTablespaces

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseTablespaces
Lists all the tablespaces contained in a database.
Target System: Oracle
Type: Connector


TablespaceDatafiles

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceDatafiles
Lists all the data files contained in a tablespace.
Target System: Oracle
Type: Connector


TablespaceDefobjinitialextent

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceDefobjinitialextent
Gets the initial extend value of a tablespace.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


TablespaceDefobjinitialextentsizeunit

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceDefobjinitialextentsizeunit
Gets the units of the initial extend value of a tablespace.
Target System: Oracle
Type: Attribute
Returns:
- "1" for Kilobyte size unit.
- "2" for Megabyte size unit.


TablespaceDefobjmaxextents

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceDefobjmaxextents
Gets the maximum extend value of a tablespace.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


TablespaceDefobjminextents

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceDefobjminextents
Gets the minimum extend value of a tablespace.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


TablespaceDefobjnextextent

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceDefobjnextextent
Gets the next extend value of a tablespace.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


TablespaceDefobjnextextentsizeunit

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceDefobjnextextentsizeunit
Gets the units of the next extend value of a tablespace.
Target System: Oracle
Type: Attribute
Returns:
- "1" for Kilobyte size unit.
- "2" for Megabyte size unit.


TablespaceDefobjpctincrease

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceDefobjpctincrease
Gets the increase percentage of a tablespace.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


TablespaceDefobjunlimitedextents

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceDefobjunlimitedextents
Gets the unlimited extents value of a tablespace.
Target System: Oracle
Type: Attribute
Returns: "true" or "false".


TablespaceExtentmanagement

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceExtentmanagement
Gets the extent management of a tablespace.
Target System: Oracle
Type: Attribute
Returns:
- "1" for DICTIONNARY.
- "2" for LOCAL.
- "3" for LOCAL AUTOALLOCATE.
- "4" for LOCAL UNIFORM.


TablespaceIslog

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceIslog
Gets the log option value of a tablespace.
Target System: Oracle
Type: Attribute
Returns:
- "1" for LOGGING option.
- "2" for NOLOGGING option.


TablespaceIsonline

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceIsonline
Tells whether a given tablespace is online.
Target System: Oracle
Type: Attribute
Returns:
- "1" for ONLINE.
- "2" for OFFLINE.


TablespaceIstemporary

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceIstemporary
Tells whether a given tablespace is temporary.
Target System: Oracle
Type: Attribute
Returns: "true' of "false".


TablespaceMinextent

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceMinextent
Gets the minimum extent value of a tablespace.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


TablespaceMinextentsizeunit

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceMinextentsizeunit
Gets the units of the minimum extent value of a tablespace.
Target System: Oracle
Type: Attribute
Returns:
- "1" for Kilobyte size unit.
- "2" for Megabyte size unit.


TablespaceUniformextentsize

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceUniformextentsize
Gets the uniform extent size of a tablespace.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


TablespaceUniformextentsizeUnit

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablespaceUniformextentsizeUnit
Gets the units of the uniform extent size of a tablespace.
Target System: Oracle
Type: Attribute
Returns:
- "1" for Kilobyte size unit.
- "2" for Megabyte size unit.


FileSize

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FileSize
Gets the size of a file.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


FileSizeunit

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FileSizeunit
Gets the units of a file size.
Target System: Oracle
Type: Attribute
Returns:
- "1" for Kilobyte size unit.
- "2" for Megabyte size unit.


FileReuse

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FileReuse
Tells whether a file can be reused.
Target System: Oracle
Type: Attribute
Returns: "true" or "false".


DatabaseRedologgroups

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseRedologgroups
Lists all the redo log groups contained in a database.
Target System: Oracle
Type: Connector


RedologproupFiles

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RedologproupFiles
Deprecated. 
Lists all the redo log files contained in a redo log group.
Target System: Oracle
Type: Connector


RedologgroupRedologfiles

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RedologgroupRedologfiles
Lists all the redo log files contained in a redo log group.
Target System: Oracle
Type: Connector


RedologfileRedologgroup

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RedologfileRedologgroup
Retrieves the redo log group to which a redo log file belongs.
Target System: Oracle
Type: Connector


DatafileAutoextend

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatafileAutoextend
Gets the auto extent attribute of a data file.
Target System: Oracle
Type: Attribute
Returns: "true" or "false".


DatafileExtensionsize

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatafileExtensionsize
Gets the extension size of a data file.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


DatafileExtensionsizeunit

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatafileExtensionsizeunit
Gets the units of the extension size of a data file.
Target System: Oracle
Type: Attribute
Returns:
- "1" for Kilobyte size unit.
- "2" for Megabyte size unit.


DatafileMaxextensionsize

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatafileMaxextensionsize
Gets the maximum extension size of a data file.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


DatafileMaxextensionsizeunit

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatafileMaxextensionsizeunit
Gets the units of the maximum extension size of a data file.
Target System: Oracle
Type: Attribute
Returns:
- "1" for Kilobyte size unit.
- "2" for Megabyte size unit.


DatafileUnlimitedextension

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatafileUnlimitedextension
Gets the unlimited extension size of a data file.
Target System: Oracle
Type: Attribute
Returns: "true" or "false".


DatafileTablespace

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatafileTablespace
Retrieves the tablespace to which a data file belongs.
Target System: Oracle
Type: Connector


RollbacksegmentInitialextent

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentInitialextent
Gets the initial extent value of a rollback segment.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


RollbacksegmentInitialextentsizeunit

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentInitialextentsizeunit
Gets the units of the initial extent value of a rollback segment.
Target System: Oracle
Type: Attribute
Returns:
- "1" for Kilobyte size unit.
- "2" for Megabyte size unit.


RollbacksegmentMaxextents

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentMaxextents
Gets the maximum extents value of a rollback segment.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


RollbacksegmentMinextents

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentMinextents
Gets the minimum extents value of a rollback segment.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


RollbacksegmentNextextent

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentNextextent
Gets the next extents value of a rollback segment.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


RollbacksegmentNextextentsizeunit

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentNextextentsizeunit
Gets the units of the next extents value of a rollback segment.
Target System: Oracle
Type: Attribute
Returns:
- "1" for Kilobyte size unit.
- "2" for Megabyte size unit.


RollbacksegmentOptimalsize

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentOptimalsize
Gets the optimal size of a rollback segment.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


RollbacksegmentOptimalsizeunit

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentOptimalsizeunit
Gets the units of the optimal size of a rollback segment.
Target System: Oracle
Type: Attribute
Returns:
- "1" for Kilobyte size unit.
- "2" for Megabyte size unit.


RollbacksegmentIspublic

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentIspublic
Tells whether the rollback segment is public.
Target System: Oracle
Type: Attribute
Returns: "true" or "false".


RollbacksegmentTablespace

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry RollbacksegmentTablespace
Gets the tablespace associated to a rollback segment.
Target System: Oracle
Type: Connector


TableBufferpool

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableBufferpool
Gets the buffer pool option of an Oracle table.
Target System: Oracle
Type: Attribute
Returns:
- "1" for KEEP option. - "1" for RECYCLE option. - "2" for DEFAULT option.


TableFreelists

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableFreelists
Gets the free lists value of an Oracle table.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


TableFreelistgroups

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableFreelistgroups
Gets the free list groups value of an Oracle table.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


TableInitialextent

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableInitialextent
Gets the initial extent value of an Oracle table.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


TableInitialextentsizeunit

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableInitialextentsizeunit
Gets the units of the initial extent value of an Oracle table.
Target System: Oracle
Type: Attribute
Returns:
- "1" for Kilobyte size unit.
- "2" for Megabyte size unit.


TableInitrans

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableInitrans
Gets the initial trans value of an Oracle table.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


TableMaxextents

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableMaxextents
Gets the maximum extents trans value of an Oracle table.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


TableMaxtrans

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableMaxtrans
Gets the maximum trans value of an Oracle table.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


TableMinextents

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableMinextents

TableNextextent

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableNextextent
Gets the next extent value of an Oracle table.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


TableNextextentsizeunit

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableNextextentsizeunit
Gets the units of the next extent value of an Oracle table.
Target System: Oracle
Type: Attribute
Returns:
- "1" for Kilobyte size unit.
- "2" for Megabyte size unit.


TablePctfree

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablePctfree
Gets the free percentage of an Oracle table.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


TablePctincrease

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablePctincrease
Gets the increase percentage attribute of an Oracle table.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


TablePctused

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablePctused
Gets the percentage used attribute of an Oracle table.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


TableTablespaces

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableTablespaces
Lists all the tablespaces associated to an Oracle table.
Target System: Oracle
Type: Connector


TableCache

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableCache
Gets the cache attribute of an Oracle table.
Target System: Oracle
Type: Attribute
Returns:
- "1" for CACHE option.
- "2" for NOCACHE option.


TableCommitaction

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableCommitaction
Gets the commit action of an Oracle table.
Target System: Oracle
Type: Attribute
Returns:
- "1" for ON COMMIT DELETE ROWS option.
- "2" for ON COMMIT PRESERVE ROWS option.


TableLobstorages

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableLobstorages
Lists all the lob storages contained in an Oracle table.
Target System: Oracle
Type: Connector


TableLog

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableLog
Gets the log option of an Oracle table.
Target System: Oracle
Type: Attribute
Returns:
- "1" for LOGGING option.
- "2" for NOLOGGING option.


TableMonitoring

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableMonitoring
Gets the monitoring option of an Oracle table.
Target System: Oracle
Type: Attribute
Returns:
- "1" for MONITORING option.
- "2" for NOMONITORING option.


TableParallel

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableParallel
Gets the parallel option of an Oracle table.
Target System: Oracle
Type: Attribute
Returns:
- "1" for NOPARALLEL option.
- "2" for PARALLEL option.


TableParalleldegree

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableParalleldegree
Gets the parallel degree attribute of an Oracle table.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


TablePartitions

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablePartitions
Lists all the partitions contained in an Oracle table.
Target System: Oracle
Type: Connector


TableNestedtablestorages

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableNestedtablestorages
Lists all the nested table storages contained in an Oracle table.
Target System: Oracle
Type: Connector


TablePartitioningmethod

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablePartitioningmethod
Gets the partitioning method of an Oracle table.
Target System: Oracle
Type: Attribute
Returns:
- "1" for PARTITION BY RANGE.
- "2" for PARTITION BY HASH.
- "3" for PARTITION BY LIST.


TablePartitionningmethod

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablePartitionningmethod
Deprecated. 
Gets the partitioning method of an Oracle table.
Target System: Oracle
Type: Attribute
Returns:
- "1" for PARTITION BY RANGE.
- "2" for PARTITION BY HASH.
- "3" for PARTITION BY LIST.

See Also:
org.modelsphere.sms.plugins.generic.GenericMapping#TablePartitioningmethod

TablePartitionkeycolumns

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TablePartitionkeycolumns
Lists all the partition key columns associated to an Oracle table.
Target System: Oracle
Type: Connector


TableSubpartitionkeycolumns

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableSubpartitionkeycolumns
Lists all the subpartition key columns associated to an Oracle table.
Target System: Oracle
Type: Connector


TableRowmovement

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableRowmovement
Gets the row movement of an Oracle table.
Target System: Oracle
Type: Attribute
Returns:
- "1" for ENABLE ROW MOVEMENT.
- "2" for DISABLE ROW MOVEMENT.


TableTemporary

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TableTemporary
Tells whether an Oracle table is temporary.
Target System: Oracle
Type: Attribute
Returns: "true" or "false".


NestedtablestorageColumns

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry NestedtablestorageColumns
Lists all the columns contained in an Oracle nested table storage.
Target System: Oracle
Type: Connector


NestedtablestorageNesteditem

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry NestedtablestorageNesteditem
Gets the nested item associated to an Oracle nested table storage.
Target System: Oracle
Type: Connector


NestedtablestorageReturnvaluetype

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry NestedtablestorageReturnvaluetype
Gets the return value type of an Oracle nested table storage.
Target System: Oracle
Type: Attribute
Returns:
- "1" for RETURN AS LOCATOR option.
- "2" for RETURN AS VALUE option.


NestedtablestorageUser

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry NestedtablestorageUser
Gets the user who owns an Oracle nested table storage, if any.
Target System: Oracle
Type: Connector


NestedtablestorageTable

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry NestedtablestorageTable
Gets the table containing the Oracle nested table storage.
Target System: Oracle
Type: Connector


DbORALobStorageBufferpool

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageBufferpool
Gets the buffer pool of a lob storage.
Target System: Oracle
Type: Attribute
Returns:
- "1" for KEEP option. - "1" for RECYCLE option. - "2" for DEFAULT option.


DbORALobStorageCache

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageCache
Gets the cache option of a lob storage.
Target System: Oracle
Type: Attribute
Returns:
- "1" for CACHE option - "2" for NOCHACHE option


DbORALobStorageChunksize

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageChunksize
Gets the chunk size of a lob storage.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


DbORALobStorageFreelistgroups

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageFreelistgroups
Gets the free list groups value of a lob storage.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


DbORALobStorageFreelists

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageFreelists
Gets the free lists value of a lob storage.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


DbORALobStorageInitialextent

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageInitialextent
Gets the initial extent value of a lob storage.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


DbORALobStorageInitialextentsizeunit

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageInitialextentsizeunit
Gets the units of the initial extent value of a lob storage.
Target System: Oracle
Type: Attribute
Returns:
- "1" for Kilobyte size unit.
- "2" for Megabyte size unit.


DbORALobStorageLobitems

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageLobitems
Lists all the columns associated with the a lob storage.
Target System: Oracle
Type: Connector


DbORALobStorageLog

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageLog
Gets the log option of a lob storage.
Target System: Oracle
Type: Attribute
Returns:
- "1" for LOGGING option.
- "2" for NOLOGGING option.


DbORALobStorageMaxextent

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageMaxextent
Gets the maximum extent value of a lob storage.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


DbORALobStorageMinextent

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageMinextent
Gets the minimum extent value of a lob storage.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


DbORALobStorageNextextent

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageNextextent
Gets the next extent value of a lob storage.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


DbORALobStorageNextextentsizeunit

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageNextextentsizeunit
Gets the units of the next extent value of a lob storage.
Target System: Oracle
Type: Attribute
Returns:
- "1" for Kilobyte size unit.
- "2" for Megabyte size unit.


DbORALobStoragePctincrease

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStoragePctincrease
Gets the increase percentage value of a lob storage.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


DbORALobStoragePctversion

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStoragePctversion
Gets the percentage version of a lob storage.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


DbORALobStorageStorageinrows

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageStorageinrows
Gets the storage in rows option of a lob storage.
Target System: Oracle
Type: Attribute
Returns:
- "1" for ENABLE STORAGE IN ROW option.
- "2" for DISABLE STORAGE IN ROW option.


DbORALobStorageTablespace

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageTablespace
Gets the tablespace associated to a lob storage.
Target System: Oracle
Type: Connector


DbORALobStorageUnlimitedextents

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbORALobStorageUnlimitedextents
Gets the unlimited extents value of a lob storage.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


ViewConstrainttype

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ViewConstrainttype
Gets the constraint type of a view.
Target System: Oracle
Type: Attribute
Returns:
- "1" for READ ONLY option. - "2" for CHECK OPTION.


ViewConstraints

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ViewConstraints
Lists all the check constraints of a view.
Target System: Oracle
Type: Connector


ViewContraints

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ViewContraints
Deprecated. 
Lists all the check constraints of a view.
Target System: Oracle
Type: Connector

See Also:
org.modelsphere.sms.plugins.generic.GenericMapping#ViewConstraints

ColumnLobstorage

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnLobstorage
Gets the lob storage of a column.
Target System: Oracle
Type: Connector


ColumnPartitionkeytable

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnPartitionkeytable
Gets the partition key table associated to a column.
Target System: Oracle
Type: Connector


ColumnStoragetable

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnStoragetable
Gets the storage table associated to a column, if any.
Target System: Oracle
Type: Connector


ColumnWithrowid

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnWithrowid
Gets the With Row ID attribute of a column.
Target System: Oracle
Type: Attribute
Returns: "true" or "false".


PrimaryuniquekeyChecking

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyChecking
Gets the checking attribute of a primary or a unique key.
Target System: Oracle
Type: Attribute
Returns:
- "1" for INITIALLY IMMEDIATE.
- "2" for INITIALLY DEFERRED.


PrimaryuniquekeyDeferrable

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyDeferrable
Gets the deferrable attribute of a primary or a unique key.
Target System: Oracle
Type: Attribute
Returns: "true" or "false".


PrimaryuniquekeyExceptiontable

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyExceptiontable
Gets the exception table associated to a primary or a unique key.
Target System: Oracle
Type: Connector


PrimaryuniquekeyEnabled

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyEnabled
Tells whether a primary or a unique key is enabled.
Target System: Oracle
Type: Attribute
Returns: "true" or "false".


PrimaryuniquekeyValidated

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyValidated
Tells whether a primary or a unique key is validated.
Target System: Oracle
Type: Attribute
Returns: "true" or "false".


ForeignkeyChecking

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyChecking
Gets the checking attribute of a foreign key.
Target System: Oracle
Type: Attribute
Returns:
- "1" for INITIALLY IMMEDIATE.
- "2" for INITIALLY DEFERRED.


ForeignkeyDeferrable

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyDeferrable
Gets the deferrable attribute of a foreign key.
Target System: Oracle
Type: Attribute
Returns: "true" or "false".


ForeignkeyExceptiontable

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyExceptiontable
Gets the exception table associated to a foreign key.
Target System: Oracle
Type: Connector


ForeignkeyEnabled

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyEnabled
Tells whether a foreign key is enabled.
Target System: Oracle
Type: Attribute
Returns: "true" or "false".


ForeignkeyValidated

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyValidated
Tells whether a foreign key is validated.
Target System: Oracle
Type: Attribute
Returns: "true" or "false".


CheckChecking

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CheckChecking
Gets the checking attribute of a check constraint.
Target System: Oracle
Type: Attribute
Returns:
- "1" for INITIALLY IMMEDIATE.
- "2" for INITIALLY DEFERRED.


CheckDeferrable

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CheckDeferrable
Gets the deferrable attribute of a check constraint.
Target System: Oracle
Type: Attribute
Returns: "true" or "false".


CheckExceptiontable

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CheckExceptiontable
Gets the exception table associated to a check constraint.
Target System: Oracle
Type: Connector


CheckEnabled

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CheckEnabled
Tells whether a check constraint is enabled.
Target System: Oracle
Type: Attribute
Returns: "true" or "false".


CheckValidated

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CheckValidated
Tells whether a check constraint is validated.
Target System: Oracle
Type: Attribute
Returns: "true" or "false".


IndexBitmap

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexBitmap
Gets the bitmap attribute of an index.
Target System: Oracle
Type: Attribute
Returns: "true" or "false".


IndexBufferpool

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexBufferpool
Gets the buffer pool attribute of an index.
Target System: Oracle
Type: Attribute
Returns:
- "1" for KEEP option. - "1" for RECYCLE option. - "2" for DEFAULT option.


IndexCategory

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexCategory
Gets the category of an index.
Target System: Oracle
Type: Attribute
Returns:
- "1" for a GLOBAL index.
- "2" for a LOCAL index.


IndexFreelist

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexFreelist
Gets the free list of an index.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


IndexFreelistgroups

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexFreelistgroups
Gets the free list groups of an index.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


IndexInitialextent

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexInitialextent
Gets the initial extent attribute of an index.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


IndexInitialextentsizeunit

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexInitialextentsizeunit
Gets the size of the initial extent attribute of an index.
Target System: Oracle
Type: Attribute
Returns:
- "1" for Kilobyte size unit.
- "2" for Megabyte size unit.


Indexinitrans

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Indexinitrans
Gets the initial trans attribute of an index.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


IndexLog

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexLog
Gets the log attribute of an index.
Target System: Oracle
Type: Attribute
Returns:
- "1" for LOGGING option.
- "2" for NOLOGGING option.


IndexMaxextent

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexMaxextent
Gets the maximum extent attribute of an index.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


IndexMaxtrans

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexMaxtrans
Gets the maximum trans attribute of an index.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


IndexMinextent

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexMinextent
Gets the minimum extent attribute of an index.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


IndexNextextent

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexNextextent
Gets the next extent attribute of an index.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


IndexNextextentsizeunit

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexNextextentsizeunit
Gets the units of the next extent attribute of an index.
Target System: Oracle
Type: Attribute
Returns:
- "1" for Kilobyte size unit.
- "2" for Megabyte size unit.


IndexParallel

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexParallel
Gets the parallel attribute of an index.
Target System: Oracle
Type: Attribute
Returns:
- "1" for NOPARALLEL option.
- "2" for PARALLEL option.


IndexParalleldegree

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexParalleldegree
Gets the parallel degree attribute of an index.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


IndexPartitions

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexPartitions
Lists all the partitions in an index.
Target System: Oracle
Type: Connector


IndexPartitionkeycolumns

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexPartitionkeycolumns
Lists all the partition key columns associated to an index.
Target System: Oracle
Type: Connector


IndexPartitioningmethod

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexPartitioningmethod
Gets the partitioning method of an index.
Target System: Oracle
Type: Attribute
Returns:
- "1" for PARTITION BY RANGE.
- "2" for PARTITION BY HASH.


IndexPctfree

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexPctfree
Deprecated. 
Gets the partitioning method of an index.
Target System: Oracle
Type: Attribute
Returns:
- "1" for PARTITION BY RANGE.
- "2" for PARTITION BY HASH.

See Also:
org.modelsphere.sms.plugins.generic.GenericMapping#IndexPartitioningmethod

IndexPctincrease

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexPctincrease
Gets the increase percentage of an index.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


IndexSorting

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexSorting
Gets the sorting option of an index.
Target System: Oracle
Type: Attribute
Returns:
- "1" for NOSORT option.
- "2" for SORT option.


IndexTablespace

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexTablespace
Gets the tablespace associated to an index.
Target System: Oracle
Type: Connector


IndexUnlimitedextents

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IndexUnlimitedextents
Gets the unlimited extents value of an index.
Target System: Oracle
Type: Attribute
Returns: "true" or "false".


TriggerParentalias

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerParentalias
Gets the parent alias of a trigger.
Target System: Oracle
Type: Attribute
Returns: String


TriggerRowtrigger

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerRowtrigger
Tells whether a trigger is a row trigger.
Target System: Oracle
Type: Attribute
Returns: "true" or "false".


TriggerTime

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerTime
Gets the time attribute of a trigger.
Target System: Oracle
Type: Attribute
Returns:
- "1" for BEFORE option.
- "2" for AFTER option.
- "3" for INSTEAD OF option.


PartitionBufferpool

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionBufferpool
Gets the buffer pool option of a partition.
Target System: Oracle
Type: Attribute
Returns:
- "1" for KEEP option. - "1" for RECYCLE option. - "2" for DEFAULT option.


PartitionFreelists

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionFreelists
Gets the free lists value of a partition.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


PartitionFreelistgroups

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionFreelistgroups
Gets the free list groups value of a partition.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


PartitionIndex

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionIndex
Retrieves the index to which a partition belongs.
Target System: Oracle
Type: Connector


PartitionInitialextent

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionInitialextent
Gets the initial extent value of a partition.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


PartitionInitialextentsizeunit

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionInitialextentsizeunit
Gets the units of the initial extent value of a partition.
Target System: Oracle
Type: Attribute
Returns:
- "1" for Kilobyte size unit.
- "2" for Megabyte size unit.


PartitionInitrans

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionInitrans
Gets the initial trans value of a partition.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


PartitionLobstorages

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionLobstorages
Lists all the lob storages of a partition.
Target System: Oracle
Type: Connector


PartitionLog

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionLog
Gets the log attribute of a partition.
Target System: Oracle
Type: Attribute
Returns:
- "1" for LOGGING option.
- "2" for NOLOGGING option.


PartitionMaxextents

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionMaxextents
Gets the maximum extents value of a partition.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


PartitionMaxtrans

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionMaxtrans
Gets the maximum trans value of a partition.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


PartitionMinextents

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionMinextents
Gets the minimum extents value of a partition.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


PartitionNextextent

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionNextextent
Gets the next extents value of a partition.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


PartitionNextextentsizeunit

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionNextextentsizeunit
Gets the units of the next extents value of a partition.
Target System: Oracle
Type: Attribute
Returns:
- "1" for Kilobyte size unit.
- "2" for Megabyte size unit.


PartitionSubPartitions

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionSubPartitions
Lists all the sub partitions of a given partition.
Target System: Oracle
Type: Connector


PartitionPctfree

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionPctfree
Gets the free percentage of a partition.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


PartitionPctincrease

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionPctincrease
Gets the increase percentage of a partition.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


PartitionPctused

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionPctused
Gets the percentage used attribute of a partition.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


PartitionTable

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionTable
Retrieves the table to which a partition belongs.
Target System: Oracle
Type: Connector


PartitionTablespace

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionTablespace
Gets the tablespace associated to a partition.
Target System: Oracle
Type: Connector


PartitionUnlimitedextents

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionUnlimitedextents
Gets the unlimited extents value of a partition.
Target System: Oracle
Type: Attribute
Returns: "true" or "false".


PartitionValue

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionValue
Gets the value of a partition.
Target System: Oracle
Type: Attribute
Returns: String


PartitionSubpartitions

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PartitionSubpartitions
Lists all the subpartitions of a given partition.
Target System: Oracle
Type: Connector


SubpartitionPartition

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SubpartitionPartition
Retrieve the partition of a given subpartition.
Target System: Oracle
Type: Connector


DatamodelSequences

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatamodelSequences
Lists all the sequences contained under a data model.
Target System: Oracle
Type: Connector


SequenceCache

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SequenceCache
Gets the cache attribute of a sequence.
Target System: Oracle
Type: Attribute
Returns: "true" or "false".


SequenceCachevalue

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SequenceCachevalue
Gets the cache value attribute of a sequence.
Target System: Oracle
Type: Attribute
Returns: String


SequenceCycle

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SequenceCycle
Gets the cycle attribute of a sequence.
Target System: Oracle
Type: Attribute
Returns: "true" or "false".


SequenceIncrement

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SequenceIncrement
Gets the increment attribute of a sequence.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


SequenceMaxvalue

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SequenceMaxvalue
Gets the maximum value of a sequence.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


SequenceMinvalue

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SequenceMinvalue
Gets the minimum value of a sequence.
Target System: Oracle
Type: Attribute
Returns: a string representing an integer.


SequenceOrder

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SequenceOrder
Gets the order attribute of a sequence.
Target System: Oracle
Type: Attribute
Returns: "true" or "false".


SequenceStart

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SequenceStart
Gets the start attribute of a sequence.
Target System: Oracle
Type: Attribute
Returns: String


SequenceUser

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SequenceUser
Gets the user who owns the sequence, if any.
Target System: Oracle
Type: Connector


ProcedureDeterministic

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureDeterministic
Gets the deterministic attribute of a procedure.
Target System: Oracle
Type: Attribute
Returns: "true" or "false".


ProcedureInvokerrights

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureInvokerrights
Gets the invoker rights attribute of a procedure.
Target System: Oracle
Type: Attribute
Returns:
"1" for CURRENT USER.
"2" for DEFINER.


ProcedureLanguage

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureLanguage
Gets the language attribute of a procedure.
Target System: Oracle
Type: Attribute
Returns:
"1" for PLSQL.
"2" for JAVA.


ProcedureParallel

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ProcedureParallel
Gets the parallel attribute of a procedure.
Target System: Oracle
Type: Attribute
Returns: "true" or "false".


OrparameterIsnocopy

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry OrparameterIsnocopy
Tells whether the NOCOPY attribute of a procedure parameter is enabled.
Target System: Oracle
Type: Attribute
Returns: true or false.


PackageInvokerrights

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PackageInvokerrights
Gets the invoker rights attribute of a package.
Target System: Oracle
Type: Attribute
Returns:
"1" for CURRENT USER.
"2" for DEFINER.


Section_6

public static org.modelsphere.sms.templates.GenericMapping.Section Section_6
SECTION 6: DB2-SPECIFIC CONCEPTS (ONLY FOR THE DB2-UDB TARGET SYSTEM).


IbmColumnlobsizeunit

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IbmColumnlobsizeunit
Gets the units of the lob size of a column.
Target System: DB2-UDB
Type: Attribute
Returns:
- "1" for Kilobyte size unit.
- "2" for Megabyte size unit.


IbmTriggerTime

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IbmTriggerTime
Gets the time attribute of a trigger.
Target System: DB2-UDB
Type: Attribute
Returns:
- "1" for NOCASCADEBEFORE.
- "2" for AFTER.


TriggerOldtablealias

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry TriggerOldtablealias
Gets the old table alias of a trigger.
Target System: DB2-UDB
Type: Attribute
Returns: String


Triggernewtablealias

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry Triggernewtablealias
Gets the new table alias of a trigger.
Target System: DB2-UDB
Type: Attribute
Returns: String


IBMDatabasePartitionGroup

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IBMDatabasePartitionGroup
DatabasePartitionGroup

Target System: DB2-UDB
Type: Concept


IBMBufferPool

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IBMBufferPool
BufferPool

Target System: DB2-UDB
Type: Concept


IBMTablespace

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry IBMTablespace
Tablespace

Target System: DB2-UDB
Type: Concept


Section_7

public static org.modelsphere.sms.templates.GenericMapping.Section Section_7
SECTION 7: INFORMIX-SPECIFIC CONCEPTS (ONLY FOR THE INFORMIX TARGET SYSTEM).


DatabaseLogging

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseLogging
Gets the logging option of a database.
Target System: Informix
Type: Attribute
Returns:
- "1" for LOGGING option.
- "2" for NOLOGGING option.


DatabaseDbspace

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DatabaseDbspace
Gets the dbspace associated to a database.
Target System: Informix
Type: Connector


INFTableCategory

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableCategory
Gets the category of a table.
Target System: Informix
Type: Attribute
Returns:
- "1" for RAW option.
- "2" for STATIC option.
- "3" for OPERATIONAL option.
- "4" for TEMP option.
- "5" for SCRATCH option.
- "6" for STANDARD option.


INFTableWithrowids

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableWithrowids
Gets the With row IDs attribute of a table.
Target System: Informix
Type: Attribute
Returns: "true" or "false".


INFTableDbspace

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableDbspace
Gets the dbspace associated to a table.
Target System: Informix
Type: Connector


INFTableExtentsize

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableExtentsize
Gets the extent size of a table.
Target System: Informix
Type: Attribute
Returns: a string representing an integer.


INFTableNextextentsize

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableNextextentsize
Gets the next extent size of a table.
Target System: Informix
Type: Attribute
Returns: a string representing an integer.


INFTableLockmode

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableLockmode
Gets the lock mode of a table.
Target System: Informix
Type: Attribute
Returns:
- "1" for PAGE mode.
- "2" for ROW mode.
- "3" for TABLE mode.


INFTableFragmentationdistributionscheme

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableFragmentationdistributionscheme
Gets the fragmentation distribution scheme of a table.
Target System: Informix
Type: Attribute
Returns:
- "1" for EXPRESSION scheme.
- "2" for HASH scheme.
- "3" for HYBRID_HASH_EXPRESSION scheme.
- "4" for ROUNDROBIN scheme.
- "5" for RANGE scheme.
- "6" for HYBRID_RANGE scheme.


INFTableFragmentationminrangevalue

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableFragmentationminrangevalue
Gets the fragmentation minimum range value of a table.
Target System: Informix
Type: Attribute
Returns: a string representing an integer.


INFTableFragmentationmaxrangevalue

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableFragmentationmaxrangevalue
Gets the fragmentation maximum range value of a table.
Target System: Informix
Type: Attribute
Returns: a string representing an integer.


INFTableFragmentationkeycolumns

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableFragmentationkeycolumns
Gets the fragmentation key columns associated to a table.
Target System: Informix
Type: Connector


INFTableFragments

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFTableFragments
Lists all the fragments contained in a table.
Target System: Informix
Type: Connector


ViewCheckoption

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ViewCheckoption
Tells whether a view has a check option.
Target System: Informix
Type: Attribute
Returns: "true" or "false".


ColumnSbspaces

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnSbspaces
Lists all the sbspaces associated to a column.
Target System: Informix
Type: Connector


ColumnFragmentationkeytable

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnFragmentationkeytable
Gets the fragmentation key table associated to a column.
Target System: Informix
Type: Connector


ColumnFragmentationkeyindexes

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ColumnFragmentationkeyindexes
Lists all the fragmentation key indexes associated to a column.
Target System: Informix
Type: Connector


PrimaryuniquekeyMode

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyMode
Gets the mode of a primary or a unique key.
Target System: Informix
Type: Attribute
Returns:
- "1" for DISABLED mode.
- "2" for ENABLED mode.
- "3" for FILTERING mode.
- "4" for FILTERING_WITHOUT_ERROR mode.
- "5" for FILTERING_WITH_ERROR mode.


PrimaryuniquekeyUser

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry PrimaryuniquekeyUser
Gets the user who owns a primary or a unique key, if any.
Target System: Informix
Type: Connector


ForeignkeyMode

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyMode
Gets the mode of a foreign key.
Target System: Informix
Type: Attribute
Returns:
- "1" for DISABLED mode.
- "2" for ENABLED mode.
- "3" for FILTERING mode.
- "4" for FILTERING_WITHOUT_ERROR mode.
- "5" for FILTERING_WITH_ERROR mode.


ForeignkeyUser

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ForeignkeyUser
Gets the user who owns a foreign key, if any.
Target System: Informix
Type: Connector


CheckMode

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CheckMode
Gets the mode of a check constraint.
Target System: Informix
Type: Attribute
Returns:
- "1" for DISABLED mode.
- "2" for ENABLED mode.
- "3" for FILTERING mode.
- "4" for FILTERING_WITHOUT_ERROR mode.
- "5" for FILTERING_WITH_ERROR mode.


CheckUser

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry CheckUser
Gets the user who owns a check constraint, if any.
Target System: Informix
Type: Connector


INFIndexCluster

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexCluster
Tells whether an index has a cluster.
Target System: Informix
Type: Attribute
Returns: "true" or "false".


INFIndexLockmode

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexLockmode
Gets the lock mode of an index.
Target System: Informix
Type: Attribute
Returns:
- "1" for COARSE mode.
- "2" for NORMAL mode.


INFIndexOnline

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexOnline
Gets online type of an index.
Target System: Informix
Type: Attribute
Returns: a string representing an integer.


INFIndexFillfactor

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexFillfactor
Gets the fill factor of an index.
Target System: Informix
Type: Attribute
Returns: a string representing an integer.


INFIndexBitmapstorage

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexBitmapstorage
Gets the bitmap storage of an index.
Target System: Informix
Type: Attribute
Returns: "true" or "false".


INFIndexMode

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexMode
Gets the mode of an index.
Target System: Informix
Type: Attribute
Returns:
- "1" for DISABLED mode.
- "2" for ENABLED mode.
- "3" for FILTERING mode.
- "4" for FILTERING_WITHOUT_ERROR mode.
- "5" for FILTERING_WITH_ERROR mode.


INFIndexFragmentationkeycolumns

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexFragmentationkeycolumns
Lists all the fragmentation key columns associated to an index.
Target System: Informix
Type: Connector


INFIndexFragmentationdistributionscheme

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexFragmentationdistributionscheme
Gets the fragmentation distribution scheme of an index.
Target System: Informix
Type: Attribute
Returns:
- "1" for EXPRESSION scheme.
- "2" for HASH scheme.
- "3" for HYBRID_HASH_EXPRESSION scheme.
- "4" for ROUNDROBIN scheme.
- "5" for RANGE scheme.
- "6" for HYBRID_RANGE scheme.


INFIndexDbspace

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexDbspace
Gets the dbspace associated to an index.
Target System: Informix
Type: Connector


INFIndexFragments

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFIndexFragments
Lists all the fragments contained in an index.
Target System: Informix
Type: Connector


INFProcedureDba

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureDba
Tells whether a procedure has a DBA access.
Target System: Informix
Type: Attribute
Returns: "true" or "false".


INFProcedureLanguage

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureLanguage
Gets the language of a procedure.
Target System: Informix
Type: Attribute
Returns:
- "1" for SPL language.
- "2" for JAVA language.
- "3" for C language.


INFProcedureSpecificname

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureSpecificname
Gets the specific name of a procedure.
Target System: Informix
Type: Attribute
Returns: String


INFProcedureExternalname

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureExternalname
Gets the external name of a procedure.
Target System: Informix
Type: Attribute
Returns: String


INFProcedureDocument

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureDocument
Gets the document of a procedure.
Target System: Informix
Type: Attribute
Returns: String


INFProcedureListingfilename

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureListingfilename
Gets the listing filename of a procedure.
Target System: Informix
Type: Attribute
Returns: String


INFProcedureReferences

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureReferences
Tells whether a procedure has references.
Target System: Informix
Type: Attribute
Returns: "true" or "false".


INFProcedureReturntypelength

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureReturntypelength
Gets the return type's length of a procedure.
Target System: Informix
Type: Attribute
Returns: a string representing an integer.


INFProcedureReturntypenbdecimal

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureReturntypenbdecimal
Gets the return type's number of decimals of a procedure.
Target System: Informix
Type: Attribute
Returns: a string representing an integer.


INFProcedureVariant

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry INFProcedureVariant
Gets the variant attribute of a procedure.
Target System: Informix
Type: Attribute
Returns:
- "1" for VARIANT.
- "2" for NOT_VARIANT.


ParameterDefaultnull

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ParameterDefaultnull
Tells whether a procedure parameter can be NULL.
Target System: Informix
Type: Attribute
Returns: "true" or "false".


ParameterIsreturn

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry ParameterIsreturn
Tells whether the procedure parameter is a return parameter.
Target System: Informix
Type: Attribute
Returns: "true" or "false".


FragmentExpression

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FragmentExpression
Gets the expression of a fragment.
Target System: Informix
Type: Attribute
Returns: String


FragmentDbspace

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FragmentDbspace
Gets the dbspace associated to a fragment.
Target System: Informix
Type: Connector


FragmentRemainder

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry FragmentRemainder
Tells whether a fragment has a remainder attribute.
Target System: Informix
Type: Attribute
Returns: "true" or "false".


DbspaceFragments

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbspaceFragments
Lists all the fragments associated to a dbspace.
Target System: Informix
Type: Connector


DbspaceTables

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbspaceTables
Lists all the tables associated to a dbspace.
Target System: Informix
Type: Connector


DbspaceDatabase

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry DbspaceDatabase
Gets the database associated to a dbspace.
Target System: Informix
Type: Connector


SbspaceLobcolumns

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SbspaceLobcolumns
Lists all the lob columns of a sbspace.
Target System: Informix
Type: Connector


SbspaceBlobSpace

public static org.modelsphere.sms.templates.GenericMapping.GenericMappingEntry SbspaceBlobSpace
Tells whether a sbspace has a blob space.
Target System: Informix
Type: Attribute
Returns: "true" or "false".

Constructor Detail

GenericMapping

public GenericMapping()
Method Detail

getMetaField

public static final MetaField getMetaField(java.lang.String repositoryString)
                                    throws RuleException
Throws:
RuleException

getMetaRelation

public static final MetaRelationship getMetaRelation(java.lang.String repositoryString)
                                              throws RuleException
Throws:
RuleException

getClassOf

public static final java.lang.Class getClassOf(java.lang.String repositoryString)

getMetaClassOf

public static final MetaClass getMetaClassOf(java.lang.String repositoryString)

getChildrenMetaClass

public static final MetaClass getChildrenMetaClass(java.lang.String repositoryString)
                                            throws RuleException
Throws:
RuleException

getRepositoryFunction

public static final java.lang.String getRepositoryFunction(java.lang.String repositoryString)
                                                    throws RuleException
Throws:
RuleException


Open ModelSphere 2007. All Rights Reserved.