org.omg.model1.jmi1
Interface AttributeClass

All Superinterfaces:
RefBaseObject, RefClass, RefFeatured

public interface AttributeClass
extends RefClass


Method Summary
 Attribute createAttribute()
          Creates an instance of class Attribute.
 Attribute createAttribute(boolean isDerived, int maxLength, String scope, String visibility, boolean isChangeable, String multiplicity, Classifier type)
          Creates an instance of class Attribute based on all required attributes.
 Attribute extendBasicObject(BasicObject _base, boolean isDerived, int maxLength, String scope, String visibility, boolean isChangeable, String multiplicity, Classifier type)
          Creates an instance of class Attribute based on the superclass BasicObject and all required attributes not included in this superclass.
 Attribute extendContextCapable(ContextCapable _base, boolean isDerived, int maxLength, String scope, String visibility, boolean isChangeable, String multiplicity, Classifier type)
          Creates an instance of class Attribute based on the superclass ContextCapable and all required attributes not included in this superclass.
 Attribute extendElement(Element _base, boolean isDerived, int maxLength, String scope, String visibility, boolean isChangeable, String multiplicity, Classifier type)
          Creates an instance of class Attribute based on the superclass Element and all required attributes not included in this superclass.
 Attribute extendExtentCapable(ExtentCapable _base, boolean isDerived, int maxLength, String scope, String visibility, boolean isChangeable, String multiplicity, Classifier type)
          Creates an instance of class Attribute based on the superclass ExtentCapable and all required attributes not included in this superclass.
 Attribute extendFeature(Feature _base, boolean isDerived, int maxLength, boolean isChangeable, String multiplicity, Classifier type)
          Creates an instance of class Attribute based on the superclass Feature and all required attributes not included in this superclass.
 Attribute extendStructuralFeature(StructuralFeature _base, boolean isDerived, int maxLength)
          Creates an instance of class Attribute based on the superclass StructuralFeature and all required attributes not included in this superclass.
 Attribute extendTypedElement(TypedElement _base, boolean isDerived, int maxLength, String scope, String visibility, boolean isChangeable, String multiplicity)
          Creates an instance of class Attribute based on the superclass TypedElement and all required attributes not included in this superclass.
 Attribute extendViewCapable(ViewCapable _base, boolean isDerived, int maxLength, String scope, String visibility, boolean isChangeable, String multiplicity, Classifier type)
          Creates an instance of class Attribute based on the superclass ViewCapable and all required attributes not included in this superclass.
 Attribute getAttribute(Object object)
          Creates an instance of class Attribute based on the specified Object instance.
 
Methods inherited from interface javax.jmi.reflect.RefClass
refAllOfClass, refAllOfType, refCreateInstance, refCreateStruct, refCreateStruct, refGetEnum, refGetEnum
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

createAttribute

Attribute createAttribute()
Creates an instance of class Attribute. This is a factory operation used to create instance objects of class Attribute.


getAttribute

Attribute getAttribute(Object object)
Creates an instance of class Attribute based on the specified Object instance. This is a factory operation used to create instance objects of class Attribute.

Parameters:
object - The Object instance this class is based on.

createAttribute

Attribute createAttribute(boolean isDerived,
                          int maxLength,
                          String scope,
                          String visibility,
                          boolean isChangeable,
                          String multiplicity,
                          Classifier type)
Creates an instance of class Attribute based on all required attributes. This is a factory operation used to create instance objects of class Attribute.


extendElement

Attribute extendElement(Element _base,
                        boolean isDerived,
                        int maxLength,
                        String scope,
                        String visibility,
                        boolean isChangeable,
                        String multiplicity,
                        Classifier type)
Creates an instance of class Attribute based on the superclass Element and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Attribute.


extendFeature

Attribute extendFeature(Feature _base,
                        boolean isDerived,
                        int maxLength,
                        boolean isChangeable,
                        String multiplicity,
                        Classifier type)
Creates an instance of class Attribute based on the superclass Feature and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Attribute.


extendStructuralFeature

Attribute extendStructuralFeature(StructuralFeature _base,
                                  boolean isDerived,
                                  int maxLength)
Creates an instance of class Attribute based on the superclass StructuralFeature and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Attribute.


extendTypedElement

Attribute extendTypedElement(TypedElement _base,
                             boolean isDerived,
                             int maxLength,
                             String scope,
                             String visibility,
                             boolean isChangeable,
                             String multiplicity)
Creates an instance of class Attribute based on the superclass TypedElement and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Attribute.


extendBasicObject

Attribute extendBasicObject(BasicObject _base,
                            boolean isDerived,
                            int maxLength,
                            String scope,
                            String visibility,
                            boolean isChangeable,
                            String multiplicity,
                            Classifier type)
Creates an instance of class Attribute based on the superclass BasicObject and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Attribute.


extendContextCapable

Attribute extendContextCapable(ContextCapable _base,
                               boolean isDerived,
                               int maxLength,
                               String scope,
                               String visibility,
                               boolean isChangeable,
                               String multiplicity,
                               Classifier type)
Creates an instance of class Attribute based on the superclass ContextCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Attribute.


extendExtentCapable

Attribute extendExtentCapable(ExtentCapable _base,
                              boolean isDerived,
                              int maxLength,
                              String scope,
                              String visibility,
                              boolean isChangeable,
                              String multiplicity,
                              Classifier type)
Creates an instance of class Attribute based on the superclass ExtentCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Attribute.


extendViewCapable

Attribute extendViewCapable(ViewCapable _base,
                            boolean isDerived,
                            int maxLength,
                            String scope,
                            String visibility,
                            boolean isChangeable,
                            String multiplicity,
                            Classifier type)
Creates an instance of class Attribute based on the superclass ViewCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Attribute.



This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.