summaryrefslogtreecommitdiffstats
path: root/tags/java/sdo/1.0-incubating/tools/src/test/java/com/example/subgroup/Bprime.java
diff options
context:
space:
mode:
Diffstat (limited to 'tags/java/sdo/1.0-incubating/tools/src/test/java/com/example/subgroup/Bprime.java')
-rw-r--r--tags/java/sdo/1.0-incubating/tools/src/test/java/com/example/subgroup/Bprime.java90
1 files changed, 0 insertions, 90 deletions
diff --git a/tags/java/sdo/1.0-incubating/tools/src/test/java/com/example/subgroup/Bprime.java b/tags/java/sdo/1.0-incubating/tools/src/test/java/com/example/subgroup/Bprime.java
deleted file mode 100644
index ef7bac01c8..0000000000
--- a/tags/java/sdo/1.0-incubating/tools/src/test/java/com/example/subgroup/Bprime.java
+++ /dev/null
@@ -1,90 +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.subgroup;
-
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Bprime</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- * <li>{@link com.example.subgroup.Bprime#getImInTypeBprime <em>Im In Type Bprime</em>}</li>
- * </ul>
- * </p>
- *
- * @generated
- */
-public interface Bprime extends B
-{
- /**
- * Returns the value of the '<em><b>Im In Type Bprime</b></em>' attribute.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Im In Type Bprime</em>' attribute isn't clear,
- * there really should be more of a description here...
- * </p>
- * <!-- end-user-doc -->
- * @return the value of the '<em>Im In Type Bprime</em>' attribute.
- * @see #isSetImInTypeBprime()
- * @see #unsetImInTypeBprime()
- * @see #setImInTypeBprime(String)
- * @generated
- */
- String getImInTypeBprime();
-
- /**
- * Sets the value of the '{@link com.example.subgroup.Bprime#getImInTypeBprime <em>Im In Type Bprime</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Im In Type Bprime</em>' attribute.
- * @see #isSetImInTypeBprime()
- * @see #unsetImInTypeBprime()
- * @see #getImInTypeBprime()
- * @generated
- */
- void setImInTypeBprime(String value);
-
- /**
- * Unsets the value of the '{@link com.example.subgroup.Bprime#getImInTypeBprime <em>Im In Type Bprime</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @see #isSetImInTypeBprime()
- * @see #getImInTypeBprime()
- * @see #setImInTypeBprime(String)
- * @generated
- */
- void unsetImInTypeBprime();
-
- /**
- * Returns whether the value of the '{@link com.example.subgroup.Bprime#getImInTypeBprime <em>Im In Type Bprime</em>}' attribute is set.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @return whether the value of the '<em>Im In Type Bprime</em>' attribute is set.
- * @see #unsetImInTypeBprime()
- * @see #getImInTypeBprime()
- * @see #setImInTypeBprime(String)
- * @generated
- */
- boolean isSetImInTypeBprime();
-
-} // Bprime