|
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.InstanceSpecificationDataObject
public class InstanceSpecificationDataStructure.InstanceSpecificationDataObject
Internal class to handle a property value in an InstanceSpecification object
Constructor Summary | |
---|---|
InstanceSpecificationDataStructure.InstanceSpecificationDataObject(java.lang.String n,
org.eclipse.uml2.uml.Type t,
java.lang.String v)
The constructor |
Method Summary | |
---|---|
java.lang.String |
getName()
Get property name |
org.eclipse.uml2.uml.Type |
getType()
Get property type |
java.lang.String |
getValue()
Get property value |
void |
setValue(java.lang.String newValue)
Set new value for the property |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InstanceSpecificationDataStructure.InstanceSpecificationDataObject(java.lang.String n, org.eclipse.uml2.uml.Type t, java.lang.String v)
n
- property namet
- property typev
- property valueMethod Detail |
---|
public java.lang.String getName()
public org.eclipse.uml2.uml.Type getType()
public java.lang.String getValue()
public void setValue(java.lang.String newValue)
newValue
- the new value
|
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.