impl/src/main/java/org/apache/tuscany/sdo/impl/ClassImpl.java [511:532]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public List getInstanceProperties() {
    return DataObjectUtil.getMetaObjectInstanceProperties(this);
  }

  public Object get(Property property) {
    return DataObjectUtil.getMetaObjectInstanceProperty(this, property);
  }
  
  /////////////////////////////////////////////////////////////////////////////////////////////////////////
  // org.apache.tuscany.sdo.model.Type method implementations
  /////////////////////////////////////////////////////////////////////////////////////////////////////////
  
  public List getBaseType() {
    return this.getBaseTypes();
  }

  public List getProperty() {
    return this.getProperties();
  }

  public List getAliasName() {
    return this.getAliasNames();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



impl/src/main/java/org/apache/tuscany/sdo/impl/DataTypeImpl.java [171:192]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public List getInstanceProperties() {
    return DataObjectUtil.getMetaObjectInstanceProperties(this);
  }

  public Object get(Property property) {
    return DataObjectUtil.getMetaObjectInstanceProperty(this, property);
  }
  
  /////////////////////////////////////////////////////////////////////////////////////////////////////////
  // org.apache.tuscany.sdo.model.Type method implementations
  /////////////////////////////////////////////////////////////////////////////////////////////////////////
  
  public List getBaseType() {
    return this.getBaseTypes();
  }

  public List getProperty() {
    return this.getProperties();
  }

  public List getAliasName() {
    return this.getAliasNames();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



