fUML.Semantics.Classes.Kernel
Class EnumerationValue

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.EnumerationValue

public class EnumerationValue
extends Value

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

The following features are implemented:


Field Summary
 EnumerationLiteral literal
           
 Enumeration type
           
 
Constructor Summary
EnumerationValue()
           
 
Method Summary
 Value copy()
          operation copy
 boolean equals(Value otherValue)
          operation equals
 ClassifierList getTypes()
          operation getTypes
 ValueSpecification specify()
          operation specify
 String toString()
          operation toString
 
Methods inherited from class fUML.Semantics.Classes.Kernel.Value
hasType, objectId
 
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

literal

public EnumerationLiteral literal

type

public Enumeration type
Constructor Detail

EnumerationValue

public EnumerationValue()
Method Detail

specify

public ValueSpecification specify()
operation specify

Specified by:
specify in class Value

equals

public boolean equals(Value otherValue)
operation equals

Overrides:
equals in class Value

copy

public Value copy()
operation copy

Overrides:
copy in class Value

getTypes

public ClassifierList getTypes()
operation getTypes

Specified by:
getTypes in class Value

toString

public String toString()
operation toString

Specified by:
toString in class Value


Copyright © 2012. All Rights Reserved.