From c993ba575bdd1530b7bbc0c6a19c32e66fce4b89 Mon Sep 17 00:00:00 2001 From: lresende Date: Tue, 10 Nov 2009 19:19:15 +0000 Subject: moving SDO branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834612 13f79535-47bb-0310-9956-ffa450edef68 --- .../test/java/com/example/repchoice/RCType.java | 103 --------------------- 1 file changed, 103 deletions(-) delete mode 100644 branches/sdo-1.0-incubating/tools/src/test/java/com/example/repchoice/RCType.java (limited to 'branches/sdo-1.0-incubating/tools/src/test/java/com/example/repchoice/RCType.java') diff --git a/branches/sdo-1.0-incubating/tools/src/test/java/com/example/repchoice/RCType.java b/branches/sdo-1.0-incubating/tools/src/test/java/com/example/repchoice/RCType.java deleted file mode 100644 index 29a558b5a2..0000000000 --- a/branches/sdo-1.0-incubating/tools/src/test/java/com/example/repchoice/RCType.java +++ /dev/null @@ -1,103 +0,0 @@ -/** - * - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package com.example.repchoice; - -import commonj.sdo.Sequence; - -import java.io.Serializable; - -import java.util.List; - -/** - * - * A representation of the model object 'RC Type'. - * - * - *

- * The following features are supported: - *

- *

- * - * @extends Serializable - * @generated - */ -public interface RCType extends Serializable -{ - /** - * Returns the value of the 'Group' attribute list. - * - *

- * If the meaning of the 'Group' attribute list isn't clear, - * there really should be more of a description here... - *

- * - * @return the value of the 'Group' attribute list. - * @generated - */ - Sequence getGroup(); - - /** - * Returns the value of the 'S' attribute list. - * The list contents are of type {@link java.lang.String}. - * - *

- * If the meaning of the 'S' attribute list isn't clear, - * there really should be more of a description here... - *

- * - * @return the value of the 'S' attribute list. - * @generated - */ - List getS(); - - /** - * Returns the value of the 'I' attribute list. - * The list contents are of type {@link java.lang.Integer}. - * - *

- * If the meaning of the 'I' attribute list isn't clear, - * there really should be more of a description here... - *

- * - * @return the value of the 'I' attribute list. - * @generated - */ - List getI(); - - /** - * Returns the value of the 'F' attribute list. - * The list contents are of type {@link java.lang.Float}. - * - *

- * If the meaning of the 'F' attribute list isn't clear, - * there really should be more of a description here... - *

- * - * @return the value of the 'F' attribute list. - * @generated - */ - List getF(); - -} // RCType -- cgit v1.2.3