uci.uml.Foundation.Core
Class Attribute
java.lang.Object
|
+--uci.uml.Foundation.Core.ElementImpl
|
+--uci.uml.Foundation.Core.ModelElementImpl
|
+--uci.uml.Foundation.Core.Feature
|
+--uci.uml.Foundation.Core.StructuralFeature
|
+--uci.uml.Foundation.Core.Attribute
- public class Attribute
- extends StructuralFeature
By default, StructuralFeatures are in the same Namespace as the
Classifier that owns them.
- See Also:
- Serialized Form
| Fields inherited from class uci.uml.Foundation.Core.ModelElementImpl |
_behavior,
_collaboration,
_constraint,
_elementOwnership,
_elementReference,
_provision,
_requirement,
_stereotype,
_taggedValue,
_template,
_templateParameter,
MAX_STEREOTYPE |
| Methods inherited from class uci.uml.Foundation.Core.ModelElementImpl |
addBehavior,
addConstraint,
addElementReference,
addProvision,
addRequirement,
addStereotype,
addTemplateParameter,
alsoTrash,
containsStereotype,
dbgStereotypes,
dbgTaggedValues,
getBehavior,
getConstraint,
getElementOwnership,
getElementReference,
getNamespace,
getProvision,
getRequirement,
getStereotype,
getTemplate,
getTemplateParameter,
isLegalXMI,
isNotLegalXMI,
prepareForTrash,
recoverFromTrash,
removeBehavior,
removeConstraint,
removeElementReference,
removeProvision,
removeRequirement,
removeStereotype,
removeTemplateParameter,
setBehavior,
setConstraint,
setElementOwnership,
setElementReference,
setNamespace,
setProvision,
setRequirement,
setStereotype,
setTemplate,
setTemplateParameter |
| Methods inherited from class uci.uml.Foundation.Core.ElementImpl |
addCharacteristic,
addPropertyChangeListener,
addTaggedValue,
addVetoableChangeListener,
firePropertyChange,
firePropertyChange,
firePropertyChange,
firePropertyChangeNoCritique,
firePropertyChangeNoCritique,
fireVetoableChange,
fireVetoableChange,
fireVetoableChangeNoCompare,
getCharacteristic,
getClassification,
getElementCount,
getHighlight,
getId,
getName,
getNamedProperty,
getOCLTypeStr,
getTaggedValue,
getVetoListeners,
newElementID,
removeCharacteristic,
removePropertyChangeListener,
removeTaggedValue,
removeVetoableChangeListener,
setCharacteristic,
setClassification,
setElementCount,
setHighlight,
setId,
setName,
setName,
setStaticChangeListener,
setTaggedValue |
_initialValue
public Expression _initialValue
Attribute
public Attribute()
Attribute
public Attribute(Name name)
Attribute
public Attribute(String nameStr)
Attribute
public Attribute(Name name,
Classifier type)
Attribute
public Attribute(String nameStr,
Classifier type)
Attribute
public Attribute(Name name,
Classifier type,
Expression init)
Attribute
public Attribute(String nameStr,
Classifier type,
Expression init)
Attribute
public Attribute(String nameStr,
Classifier type,
String initStr)
getInitialValue
public Expression getInitialValue()
setInitialValue
public void setInitialValue(Expression x)
throws PropertyVetoException
dbgString
public String dbgString()
- Overrides:
- dbgString in class ElementImpl