impl/src/main/java/org/apache/tuscany/sdo/impl/AttributeImpl.java [301:338]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public void unsetName()
  {
    throw new UnsupportedOperationException("Property is frozen and cannot be modified");
  }

  public boolean isSetName()
  {
    return true;
  }
  
  public void unsetOpposite()
  {
    throw new UnsupportedOperationException("Property is frozen and cannot be modified");
  }

  public boolean isSetOpposite()
  {
    return getOpposite() != null;
  }
  
  public void unsetType()
  {
    throw new UnsupportedOperationException("Property is frozen and cannot be modified");
  }

  public boolean isSetType()
  {
    return true;
  }
  
  public void unsetDefault()
  {
    throw new UnsupportedOperationException("Property is frozen and cannot be modified");
  }

  public boolean isSetDefault()
  {
    return getDefault() != null;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



impl/src/main/java/org/apache/tuscany/sdo/impl/ReferenceImpl.java [250:287]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public void unsetName()
  {
    throw new UnsupportedOperationException("Property is frozen and cannot be modified");
  }

  public boolean isSetName()
  {
    return true;
  }
  
  public void unsetOpposite()
  {
    throw new UnsupportedOperationException("Property is frozen and cannot be modified");
  }

  public boolean isSetOpposite()
  {
    return getOpposite() != null;
  }
  
  public void unsetType()
  {
    throw new UnsupportedOperationException("Property is frozen and cannot be modified");
  }

  public boolean isSetType()
  {
    return true;
  }
  
  public void unsetDefault()
  {
    throw new UnsupportedOperationException("Property is frozen and cannot be modified");
  }

  public boolean isSetDefault()
  {
    return getDefault() != null;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



