|
UML | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.topcased.modeler.uml.classdiagram.util.InstanceSpecificationDataStructure
public class InstanceSpecificationDataStructure
Provide a structure for handling InstanceSpecification data
creation : 27 may 2005
Nested Class Summary | |
---|---|
class |
InstanceSpecificationDataStructure.InstanceSpecificationDataObject
Deprecated. Internal class to handle a property value in an InstanceSpecification object |
Constructor Summary | |
---|---|
InstanceSpecificationDataStructure(org.eclipse.uml2.uml.Class clazz,
org.eclipse.uml2.uml.InstanceSpecification instance)
Deprecated. The constructor |
|
InstanceSpecificationDataStructure(org.eclipse.uml2.uml.InstanceSpecification instance)
Deprecated. The constructor |
Method Summary | |
---|---|
void |
add(org.eclipse.uml2.uml.Property property,
java.lang.String value)
Deprecated. Add a property to the structure |
void |
addAll(java.util.Collection properties,
org.eclipse.uml2.uml.InstanceSpecification instance)
Deprecated. Add a collection of properties to an instance specification |
java.util.Collection |
getData()
Deprecated. get the data collection |
java.lang.String |
getDisplayName(java.lang.Object object)
Deprecated. Get the name of a given object |
java.lang.String |
getDisplayType(java.lang.Object object)
Deprecated. Get the type name of a given object |
java.lang.String |
getDisplayValue(java.lang.Object object)
Deprecated. Get the value of a given object |
org.eclipse.uml2.uml.Type |
getType(java.lang.Object object)
Deprecated. Get the type of a given object |
void |
updateObject(java.lang.Object object,
java.lang.Object value,
java.lang.String optionalText,
org.eclipse.uml2.uml.InstanceSpecification instance)
Deprecated. Update the given object in the collection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InstanceSpecificationDataStructure(org.eclipse.uml2.uml.InstanceSpecification instance)
instance
- public InstanceSpecificationDataStructure(org.eclipse.uml2.uml.Class clazz, org.eclipse.uml2.uml.InstanceSpecification instance)
clazz
- instance
- Method Detail |
---|
public void add(org.eclipse.uml2.uml.Property property, java.lang.String value)
property
- value
- public void addAll(java.util.Collection properties, org.eclipse.uml2.uml.InstanceSpecification instance)
properties
- instance
- public java.util.Collection getData()
public java.lang.String getDisplayName(java.lang.Object object)
object
- InstanceSpecificationDataObject object
public java.lang.String getDisplayType(java.lang.Object object)
object
- InstanceSpecificationDataObject object
public org.eclipse.uml2.uml.Type getType(java.lang.Object object)
object
- InstanceSpecificationDataObject object
public java.lang.String getDisplayValue(java.lang.Object object)
object
- InstanceSpecificationDataObject object
public void updateObject(java.lang.Object object, java.lang.Object value, java.lang.String optionalText, org.eclipse.uml2.uml.InstanceSpecification instance)
object
- InstanceSpecificationDataObject object to updatevalue
- the new valueoptionalText
- an optional text use when a string has been set by the userinstance
- the instance specification object
|
UML | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.