Package liquibase.diff

Examples of liquibase.diff.ObjectDifferences$CompareFunction


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void unsetCompareFunction() {
    COMPAREFUNCTION oldCompareFunction = compareFunction;
    boolean oldCompareFunctionESet = compareFunctionESet;
    compareFunction = COMPARE_FUNCTION_EDEFAULT;
    compareFunctionESet = false;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.UNSET, _40Package.CLUSTERING_FIELD_TYPE__COMPARE_FUNCTION, oldCompareFunction, COMPARE_FUNCTION_EDEFAULT, oldCompareFunctionESet));
View Full Code Here


   * <!-- end-user-doc -->
   * @generated
   */
  @Override
  public String getText(Object object) {
    COMPAREFUNCTION labelValue = ((ClusteringFieldType)object).getCompareFunction();
    String label = labelValue == null ? null : labelValue.toString();
    return label == null || label.length() == 0 ?
      getString("_UI_ClusteringFieldType_type") :
      getString("_UI_ClusteringFieldType_type") + " " + label;
  }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  @Override
  public String getText(Object object) {
    COMPAREFUNCTION labelValue = ((ComparisonMeasureType)object).getCompareFunction();
    String label = labelValue == null ? null : labelValue.toString();
    return label == null || label.length() == 0 ?
      getString("_UI_ComparisonMeasureType_type") :
      getString("_UI_ComparisonMeasureType_type") + " " + label;
  }
View Full Code Here

TOP

Related Classes of liquibase.diff.ObjectDifferences$CompareFunction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.