org.eclipse.vorto.core.api.model.datatype.Property.eIsProxy()方法的使用及代码示例

x33g5p2x  于2022-01-26 转载在 其他  
字(5.7k)|赞(0)|评价(0)|浏览(56)

本文整理了Java中org.eclipse.vorto.core.api.model.datatype.Property.eIsProxy()方法的一些代码示例,展示了Property.eIsProxy()的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。Property.eIsProxy()方法的具体详情如下:
包路径:org.eclipse.vorto.core.api.model.datatype.Property
类名称:Property
方法名:eIsProxy

Property.eIsProxy介绍

暂无

代码示例

代码示例来源:origin: org.eclipse.vorto/org.eclipse.vorto.core

/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public Property getProperty() {
  if (property != null && property.eIsProxy()) {
    InternalEObject oldProperty = (InternalEObject)property;
    property = (Property)eResolveProxy(oldProperty);
    if (property != oldProperty) {
      if (eNotificationRequired())
        eNotify(new ENotificationImpl(this, Notification.RESOLVE, MappingPackage.FAULT_SOURCE__PROPERTY, oldProperty, property));
    }
  }
  return property;
}

代码示例来源:origin: org.eclipse.vorto/org.eclipse.vorto.core

/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public Property getProperty() {
  if (property != null && property.eIsProxy()) {
    InternalEObject oldProperty = (InternalEObject)property;
    property = (Property)eResolveProxy(oldProperty);
    if (property != oldProperty) {
      if (eNotificationRequired())
        eNotify(new ENotificationImpl(this, Notification.RESOLVE, MappingPackage.ENTITY_PROPERTY_SOURCE__PROPERTY, oldProperty, property));
    }
  }
  return property;
}

代码示例来源:origin: org.eclipse.vorto/org.eclipse.vorto.codegen.ble

/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public Property getProperty() {
  if (property != null && property.eIsProxy()) {
    InternalEObject oldProperty = (InternalEObject)property;
    property = (Property)eResolveProxy(oldProperty);
    if (property != oldProperty) {
      if (eNotificationRequired())
        eNotify(new ENotificationImpl(this, Notification.RESOLVE, ModelPackage.CHARACTERISTIC_PROPERTY__PROPERTY, oldProperty, property));
    }
  }
  return property;
}

代码示例来源:origin: org.eclipse.vorto/org.eclipse.vorto.core

/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public Property getEventProperty() {
  if (eventProperty != null && eventProperty.eIsProxy()) {
    InternalEObject oldEventProperty = (InternalEObject)eventProperty;
    eventProperty = (Property)eResolveProxy(oldEventProperty);
    if (eventProperty != oldEventProperty) {
      if (eNotificationRequired())
        eNotify(new ENotificationImpl(this, Notification.RESOLVE, MappingPackage.EVENT_SOURCE__EVENT_PROPERTY, oldEventProperty, eventProperty));
    }
  }
  return eventProperty;
}

代码示例来源:origin: org.eclipse.vorto/org.eclipse.vorto.core

/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public Property getProperty() {
  if (property != null && property.eIsProxy()) {
    InternalEObject oldProperty = (InternalEObject)property;
    property = (Property)eResolveProxy(oldProperty);
    if (property != oldProperty) {
      if (eNotificationRequired())
        eNotify(new ENotificationImpl(this, Notification.RESOLVE, MappingPackage.STATUS_SOURCE__PROPERTY, oldProperty, property));
    }
  }
  return property;
}

代码示例来源:origin: org.eclipse.vorto/org.eclipse.vorto.core

/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public Property getProperty() {
  if (property != null && property.eIsProxy()) {
    InternalEObject oldProperty = (InternalEObject)property;
    property = (Property)eResolveProxy(oldProperty);
    if (property != oldProperty) {
      if (eNotificationRequired())
        eNotify(new ENotificationImpl(this, Notification.RESOLVE, MappingPackage.CONFIGURATION_SOURCE__PROPERTY, oldProperty, property));
    }
  }
  return property;
}

代码示例来源:origin: eclipse/vorto

/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public Property getProperty()
{
  if (property != null && property.eIsProxy())
  {
    InternalEObject oldProperty = (InternalEObject)property;
    property = (Property)eResolveProxy(oldProperty);
    if (property != oldProperty)
    {
      if (eNotificationRequired())
        eNotify(new ENotificationImpl(this, Notification.RESOLVE, MappingPackage.FAULT_SOURCE__PROPERTY, oldProperty, property));
    }
  }
  return property;
}

代码示例来源:origin: eclipse/vorto

/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public Property getProperty()
{
  if (property != null && property.eIsProxy())
  {
    InternalEObject oldProperty = (InternalEObject)property;
    property = (Property)eResolveProxy(oldProperty);
    if (property != oldProperty)
    {
      if (eNotificationRequired())
        eNotify(new ENotificationImpl(this, Notification.RESOLVE, MappingPackage.CONFIGURATION_SOURCE__PROPERTY, oldProperty, property));
    }
  }
  return property;
}

代码示例来源:origin: eclipse/vorto

/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public Property getEventProperty()
{
  if (eventProperty != null && eventProperty.eIsProxy())
  {
    InternalEObject oldEventProperty = (InternalEObject)eventProperty;
    eventProperty = (Property)eResolveProxy(oldEventProperty);
    if (eventProperty != oldEventProperty)
    {
      if (eNotificationRequired())
        eNotify(new ENotificationImpl(this, Notification.RESOLVE, MappingPackage.EVENT_SOURCE__EVENT_PROPERTY, oldEventProperty, eventProperty));
    }
  }
  return eventProperty;
}

代码示例来源:origin: eclipse/vorto

/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public Property getProperty()
{
  if (property != null && property.eIsProxy())
  {
    InternalEObject oldProperty = (InternalEObject)property;
    property = (Property)eResolveProxy(oldProperty);
    if (property != oldProperty)
    {
      if (eNotificationRequired())
        eNotify(new ENotificationImpl(this, Notification.RESOLVE, MappingPackage.ENTITY_PROPERTY_SOURCE__PROPERTY, oldProperty, property));
    }
  }
  return property;
}

代码示例来源:origin: eclipse/vorto

/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public Property getProperty()
{
  if (property != null && property.eIsProxy())
  {
    InternalEObject oldProperty = (InternalEObject)property;
    property = (Property)eResolveProxy(oldProperty);
    if (property != oldProperty)
    {
      if (eNotificationRequired())
        eNotify(new ENotificationImpl(this, Notification.RESOLVE, MappingPackage.STATUS_SOURCE__PROPERTY, oldProperty, property));
    }
  }
  return property;
}

相关文章