/** * * 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 org.apache.tuscany.sdo.model; import commonj.sdo.Sequence; import java.io.Serializable; import java.util.List; /** * * A representation of the model object 'Property'. * * *

* The following features are supported: *

*

* * @extends Serializable * @generated */ public interface Property extends Serializable { /** * 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 '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 #isSetName() * @see #unsetName() * @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 #isSetName() * @see #unsetName() * @see #getName() * @generated */ void setName(String value); /** * Unsets the value of the '{@link org.apache.tuscany.sdo.model.Property#getName Name}' attribute. * * * @see #isSetName() * @see #getName() * @see #setName(String) * @generated */ void unsetName(); /** * Returns whether the value of the '{@link org.apache.tuscany.sdo.model.Property#getName Name}' attribute is set. * * * @return whether the value of the 'Name' attribute is set. * @see #unsetName() * @see #getName() * @see #setName(String) * @generated */ boolean isSetName(); /** * 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 '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 #isSetDefault() * @see #unsetDefault() * @see #setDefault_(String) * @generated */ 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 #isSetDefault() * @see #unsetDefault() * @see #getDefault_() * @generated */ void setDefault_(String value); /** * Unsets the value of the '{@link org.apache.tuscany.sdo.model.Property#getDefault Default}' attribute. * * * @see #isSetDefault() * @see #getDefault_() * @see #setDefault_(String) * @generated */ void unsetDefault(); /** * Returns whether the value of the '{@link org.apache.tuscany.sdo.model.Property#getDefault Default}' attribute is set. * * * @return whether the value of the 'Default' attribute is set. * @see #unsetDefault() * @see #getDefault_() * @see #setDefault_(String) * @generated */ boolean isSetDefault(); /** * 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 #isSetType() * @see #unsetType() * @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 #isSetType() * @see #unsetType() * @see #getType_() * @generated */ void setType(Type value); /** * Unsets the value of the '{@link org.apache.tuscany.sdo.model.Property#getType_ Type}' reference. * * * @see #isSetType() * @see #getType_() * @see #setType(Type) * @generated */ void unsetType(); /** * Returns whether the value of the '{@link org.apache.tuscany.sdo.model.Property#getType_ Type}' reference is set. * * * @return whether the value of the 'Type' reference is set. * @see #unsetType() * @see #getType_() * @see #setType(Type) * @generated */ boolean isSetType(); /** * 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 #isSetOpposite() * @see #unsetOpposite() * @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 #isSetOpposite() * @see #unsetOpposite() * @see #getOpposite_() * @generated */ void setOpposite_(Property value); /** * Unsets the value of the '{@link org.apache.tuscany.sdo.model.Property#getOpposite Opposite}' reference. * * * @see #isSetOpposite() * @see #getOpposite_() * @see #setOpposite_(Property) * @generated */ void unsetOpposite(); /** * Returns whether the value of the '{@link org.apache.tuscany.sdo.model.Property#getOpposite Opposite}' reference is set. * * * @return whether the value of the 'Opposite' reference is set. * @see #unsetOpposite() * @see #getOpposite_() * @see #setOpposite_(Property) * @generated */ boolean isSetOpposite(); /** * Returns the value of the 'Nullable' attribute. * *

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

* * @return the value of the 'Nullable' attribute. * @see #isSetNullable() * @see #unsetNullable() * @see #setNullable(boolean) * @generated */ boolean isNullable(); /** * Sets the value of the '{@link org.apache.tuscany.sdo.model.Property#isNullable Nullable}' attribute. * * * @param value the new value of the 'Nullable' attribute. * @see #isSetNullable() * @see #unsetNullable() * @see #isNullable() * @generated */ void setNullable(boolean value); /** * Unsets the value of the '{@link org.apache.tuscany.sdo.model.Property#isNullable Nullable}' attribute. * * * @see #isSetNullable() * @see #isNullable() * @see #setNullable(boolean) * @generated */ void unsetNullable(); /** * Returns whether the value of the '{@link org.apache.tuscany.sdo.model.Property#isNullable Nullable}' attribute is set. * * * @return whether the value of the 'Nullable' attribute is set. * @see #unsetNullable() * @see #isNullable() * @see #setNullable(boolean) * @generated */ boolean isSetNullable(); /** * 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