fUML.Semantics.Classes.Kernel
Class PrimitiveValue

java.lang.Object
  extended by org.modeldriven.fuml.FumlObject
      extended by fUML.Semantics.Loci.LociL1.SemanticVisitor
          extended by fUML.Semantics.Classes.Kernel.Value
              extended by fUML.Semantics.Classes.Kernel.PrimitiveValue
Direct Known Subclasses:
BooleanValue, IntegerValue, StringValue, UnlimitedNaturalValue

public abstract class PrimitiveValue
extends Value

An implementation of the model object ' fUML::Semantics::Classes::Kernel::PrimitiveValue'.

The following features are implemented:


Field Summary
 PrimitiveType type
           
 
Constructor Summary
PrimitiveValue()
           
 
Method Summary
 Value copy()
          operation copy
 ClassifierList getTypes()
          operation getTypes
 
Methods inherited from class fUML.Semantics.Classes.Kernel.Value
equals, hasType, objectId, specify, toString
 
Methods inherited from class fUML.Semantics.Loci.LociL1.SemanticVisitor
_beginIsolation, _endIsolation
 
Methods inherited from class org.modeldriven.fuml.FumlObject
getHref, getXmiId, getXmiNamespace, setHref, setXmiId, setXmiNamespace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

public PrimitiveType type
Constructor Detail

PrimitiveValue

public PrimitiveValue()
Method Detail

copy

public Value copy()
operation copy

Overrides:
copy in class Value

getTypes

public ClassifierList getTypes()
operation getTypes

Specified by:
getTypes in class Value


Copyright © 2012. All Rights Reserved.