UML

org.topcased.modeler.uml.classdiagram.util
Class InstanceSpecificationDataStructure.InstanceSpecificationDataObject

java.lang.Object
  extended by org.topcased.modeler.uml.classdiagram.util.InstanceSpecificationDataStructure.InstanceSpecificationDataObject
Enclosing class:
InstanceSpecificationDataStructure

public class InstanceSpecificationDataStructure.InstanceSpecificationDataObject
extends java.lang.Object

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

InstanceSpecificationDataStructure.InstanceSpecificationDataObject

public InstanceSpecificationDataStructure.InstanceSpecificationDataObject(java.lang.String n,
                                                                          org.eclipse.uml2.uml.Type t,
                                                                          java.lang.String v)
The constructor

Parameters:
n - property name
t - property type
v - property value
Method Detail

getName

public java.lang.String getName()
Get property name

Returns:
name of the property

getType

public org.eclipse.uml2.uml.Type getType()
Get property type

Returns:
type of the property

getValue

public java.lang.String getValue()
Get property value

Returns:
value of the property

setValue

public void setValue(java.lang.String newValue)
Set new value for the property

Parameters:
newValue - the new value

UML

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.