All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eclipse.xtext.xbase.jvmmodel.JvmIdentifiableMetaData Maven / Gradle / Ivy

There is a newer version: 2.4.3
Show newest version
package org.eclipse.xtext.xbase.jvmmodel;

import com.google.common.base.Objects;
import org.eclipse.emf.common.notify.impl.AdapterImpl;

@SuppressWarnings("all")
public class JvmIdentifiableMetaData extends AdapterImpl {
  private boolean _synthetic;
  
  public boolean isSynthetic() {
    return this._synthetic;
  }
  
  public void setSynthetic(final boolean synthetic) {
    this._synthetic = synthetic;
  }
  
  public boolean isAdapterForType(final Object type) {
    boolean _equals = Objects.equal(JvmIdentifiableMetaData.class, type);
    return _equals;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy