Uses of Class
de.folt.models.datamodel.LinguisticProperties

Packages that use LinguisticProperties
de.folt.models.applicationmodel.guimodel.editor.datasourceeditor   
de.folt.models.datamodel   
de.folt.models.datamodel.sql   
de.folt.models.documentmodel.tmx   
de.folt.models.documentmodel.xliff   
 

Uses of LinguisticProperties in de.folt.models.applicationmodel.guimodel.editor.datasourceeditor
 

Methods in de.folt.models.applicationmodel.guimodel.editor.datasourceeditor with parameters of type LinguisticProperties
 void OpenTMSPropertiesEditor.loadProperties(LinguisticProperties linguisticProperties)
           
 

Uses of LinguisticProperties in de.folt.models.datamodel
 

Methods in de.folt.models.datamodel that return LinguisticProperties
 LinguisticProperties GeneralLinguisticObject.getLinguisticProperties()
           
 

Methods in de.folt.models.datamodel with parameters of type LinguisticProperties
 boolean LinguisticProperty.bCompare(LinguisticProperties compLingProps)
          bCompare check if this LinguisticProperty exists in compLingProps; if yes, return true, otherwise false
 boolean LinguisticProperties.bCompare(LinguisticProperties compLingProps)
          bCompare compare against all the LinguisticProperty of LinguisticProperties based on bCompare(LinguisticProperty compLingProp); the keys and the values are "stringified"
 boolean DataSourceCriteria.checkDataSourceCriteria(LinguisticProperties lingProperties, java.lang.String comparisionOperator)
          checkDataSourceCriteria compares LinguisticProperties with AND or OR
 void GeneralLinguisticObject.setLinguisticProperties(LinguisticProperties linguisticProperties)
           
 

Constructors in de.folt.models.datamodel with parameters of type LinguisticProperties
GeneralLinguisticObject(java.lang.Integer id, GeneralLinguisticObject.LinguisticTypes lingType, LinguisticProperties linguisticProperties, java.lang.String stUniqueID)
           
GeneralLinguisticObject(LinguisticProperties linguisticProperties, GeneralLinguisticObject.LinguisticTypes lingType)
           
GeneralLinguisticObject(java.lang.String uniqueID, LinguisticProperties linguisticProperties, GeneralLinguisticObject.LinguisticTypes lingType)
           
MonoLingualObject(LinguisticProperties linguisticProperties, GeneralLinguisticObject.LinguisticTypes lingType, java.lang.String formattedSegment, java.lang.String plainTextSegment, java.lang.String language)
           
MultiLingualObject(LinguisticProperties linguisticProperties, GeneralLinguisticObject.LinguisticTypes lingType)
           
MultiLingualObject(java.lang.String uniqueID, LinguisticProperties linguisticProperties, GeneralLinguisticObject.LinguisticTypes lingType)
           
 

Uses of LinguisticProperties in de.folt.models.datamodel.sql
 

Methods in de.folt.models.datamodel.sql with parameters of type LinguisticProperties
 void OpenTMSSQLDataSource.updateSQLTmxProperties(java.util.List<SQLTmxProp> sqlTmxProperties, LinguisticProperties linguisticProperties, java.lang.Object parent)
          updateSQLTmxProperties update the List of sqlTmxProperties with linguisticProperties
If the LinguisticProperty.PropStatus of the TmxProp is deleted the corresponding SQLTmxProp is deleted (set to null)
If the TmxProp has the same id as the SQLTmxProp the values of SQLTmxProp are set to the correspondig values of TmxProp If the TmxProp is not found in List a new SQLTmxProp is added.
 

Uses of LinguisticProperties in de.folt.models.documentmodel.tmx
 

Methods in de.folt.models.documentmodel.tmx that return LinguisticProperties
 LinguisticProperties TmxDocument.createLinguisticProperties(org.jdom.Element element)
          create LinguisticProperties Method returns the attributes of the element as LinguisticProperties
 

Uses of LinguisticProperties in de.folt.models.documentmodel.xliff
 

Methods in de.folt.models.documentmodel.xliff with parameters of type LinguisticProperties
 org.jdom.Element XliffDocument.linguisticPropertiesToProp(java.lang.String name, LinguisticProperties properties)
          linguisticPropertiesToProp converts Linguistic Properties to a prop-group