コード例 #1
0
ファイル: ValueListValue.java プロジェクト: noacktino/core
  public AttributeTypeXAttributeType removeAttributeTypeXAttributeType(
      AttributeTypeXAttributeType attributeTypeXAttributeType) {
    getAttributeTypeXAttributeTypes().remove(attributeTypeXAttributeType);
    attributeTypeXAttributeType.setValueListValue(null);

    return attributeTypeXAttributeType;
  }
コード例 #2
0
ファイル: ValueListValue.java プロジェクト: noacktino/core
  public AttributeTypeXAttributeType addAttributeTypeXAttributeType(
      AttributeTypeXAttributeType attributeTypeXAttributeType) {
    getAttributeTypeXAttributeTypes().add(attributeTypeXAttributeType);
    attributeTypeXAttributeType.setValueListValue(this);

    return attributeTypeXAttributeType;
  }