org.omg.uml.foundation.core
Interface AttributeClass
- All Superinterfaces:
- javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefClass, javax.jmi.reflect.RefFeatured
- public interface AttributeClass
- extends javax.jmi.reflect.RefClass
Attribute class proxy interface.
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 |
createAttribute
public Attribute createAttribute()
- The default factory operation used to create an instance object.
- Returns:
- The created instance object.
createAttribute
public Attribute createAttribute(String name,
VisibilityKind visibility,
boolean isSpecification,
ScopeKind ownerScope,
Multiplicity multiplicity,
ChangeableKind changeability,
ScopeKind targetScope,
OrderingKind ordering,
Expression initialValue)
- Creates an instance object having attributes initialized by the passed
values.
- Parameters:
name
- visibility
- isSpecification
- ownerScope
- multiplicity
- changeability
- targetScope
- ordering
- initialValue
-
- Returns:
- The created instance object.