/** * * Copyright 2005 The Apache Software Foundation * * Licensed 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 org.apache.tuscany.sdo.model; import commonj.sdo.Sequence; import java.util.List; /** * * A representation of the model object 'Property'. * * *

* The following features are supported: *

*

* * Note: The getDefault and getOpposite methods had to be renamed to avoid * conflict with the commonj.sdo.Property getDefault and getOpposite * methods in classes that implement both. Eventually, the two interfaces * should be brought in-line with one another -- James Snell * * @generated */ public interface Property { /** * Returns the value of the 'Alias Name' attribute list. * The list contents are of type {@link java.lang.String}. * *

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

* * @return the value of the 'Alias Name' attribute list. * @generated */ List getAliasName(); /** * Returns the value of the 'Any' attribute list. * *

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

* * @return the value of the 'Any' attribute list. * @generated */ Sequence getAny(); /** * Returns the value of the 'Containment' attribute. * *

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

* * @return the value of the 'Containment' attribute. * @see #isSetContainment() * @see #unsetContainment() * @see #setContainment(boolean) * @generated */ boolean isContainment(); /** * Sets the value of the '{@link org.apache.tuscany.sdo.model.Property#isContainment Containment}' attribute. * * * @param value the new value of the 'Containment' attribute. * @see #isSetContainment() * @see #unsetContainment() * @see #isContainment() * @generated */ void setContainment(boolean value); /** * Unsets the value of the '{@link org.apache.tuscany.sdo.model.Property#isContainment Containment}' attribute. * * * @see #isSetContainment() * @see #isContainment() * @see #setContainment(boolean) * @generated */ void unsetContainment(); /** * Returns whether the value of the '{@link org.apache.tuscany.sdo.model.Property#isContainment Containment}' attribute is set. * * * @return whether the value of the 'Containment' attribute is set. * @see #unsetContainment() * @see #isContainment() * @see #setContainment(boolean) * @generated */ boolean isSetContainment(); /** * Returns the value of the 'Default' attribute. * *

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

* * @return the value of the 'Default' attribute. * @see #setDefault(String) * @generated NOT */ String getDefault_(); /** * Sets the value of the '{@link org.apache.tuscany.sdo.model.Property#getDefault Default}' attribute. * * * @param value the new value of the 'Default' attribute. * @see #getDefault() * @generated */ void setDefault_(String value); /** * Returns the value of the 'Many' attribute. * *

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

* * @return the value of the 'Many' attribute. * @see #isSetMany() * @see #unsetMany() * @see #setMany(boolean) * @generated */ boolean isMany(); /** * Sets the value of the '{@link org.apache.tuscany.sdo.model.Property#isMany Many}' attribute. * * * @param value the new value of the 'Many' attribute. * @see #isSetMany() * @see #unsetMany() * @see #isMany() * @generated */ void setMany(boolean value); /** * Unsets the value of the '{@link org.apache.tuscany.sdo.model.Property#isMany Many}' attribute. * * * @see #isSetMany() * @see #isMany() * @see #setMany(boolean) * @generated */ void unsetMany(); /** * Returns whether the value of the '{@link org.apache.tuscany.sdo.model.Property#isMany Many}' attribute is set. * * * @return whether the value of the 'Many' attribute is set. * @see #unsetMany() * @see #isMany() * @see #setMany(boolean) * @generated */ boolean isSetMany(); /** * Returns the value of the 'Name' attribute. * *

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

* * @return the value of the 'Name' attribute. * @see #setName(String) * @generated */ String getName(); /** * Sets the value of the '{@link org.apache.tuscany.sdo.model.Property#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the 'Opposite' reference. * *

* If the meaning of the 'Opposite' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Opposite' reference. * @see #setOpposite(Property) * @generated */ Property getOpposite_(); /** * Sets the value of the '{@link org.apache.tuscany.sdo.model.Property#getOpposite Opposite}' reference. * * * @param value the new value of the 'Opposite' reference. * @see #getOpposite() * @generated */ void setOpposite_(Property value); /** * Returns the value of the 'Read Only' attribute. * *

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

* * @return the value of the 'Read Only' attribute. * @see #isSetReadOnly() * @see #unsetReadOnly() * @see #setReadOnly(boolean) * @generated */ boolean isReadOnly(); /** * Sets the value of the '{@link org.apache.tuscany.sdo.model.Property#isReadOnly Read Only}' attribute. * * * @param value the new value of the 'Read Only' attribute. * @see #isSetReadOnly() * @see #unsetReadOnly() * @see #isReadOnly() * @generated */ void setReadOnly(boolean value); /** * Unsets the value of the '{@link org.apache.tuscany.sdo.model.Property#isReadOnly Read Only}' attribute. * * * @see #isSetReadOnly() * @see #isReadOnly() * @see #setReadOnly(boolean) * @generated */ void unsetReadOnly(); /** * Returns whether the value of the '{@link org.apache.tuscany.sdo.model.Property#isReadOnly Read Only}' attribute is set. * * * @return whether the value of the 'Read Only' attribute is set. * @see #unsetReadOnly() * @see #isReadOnly() * @see #setReadOnly(boolean) * @generated */ boolean isSetReadOnly(); /** * Returns the value of the 'Type' reference. * *

* If the meaning of the 'Type' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Type' reference. * @see #setType(Type) * @generated */ Type getType_(); /** * Sets the value of the '{@link org.apache.tuscany.sdo.model.Property#getType Type}' reference. * * * @param value the new value of the 'Type' reference. * @see #getType() * @generated */ void setType(Type value); /** * Returns the value of the 'Any Attribute' attribute list. * *

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

* * @return the value of the 'Any Attribute' attribute list. * @generated */ Sequence getAnyAttribute(); } // Property