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


Field Summary
 EnumerationLiteral literal
           
 Enumeration type
           
 
Constructor Summary
EnumerationValue()
           
 
Method Summary
 Value copy()
           
 boolean equals(Value otherValue)
           
 ClassifierList getTypes()
           
protected  Value new_()
           
 ValueSpecification specify()
           
 java.lang.String 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
clone, equals, finalize, 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()
Specified by:
specify in class Value

equals

public boolean equals(Value otherValue)
Overrides:
equals in class Value

copy

public Value copy()
Overrides:
copy in class Value

new_

protected Value new_()
Specified by:
new_ in class Value

getTypes

public ClassifierList getTypes()
Specified by:
getTypes in class Value

toString

public java.lang.String toString()
Specified by:
toString in class Value


Copyright © 2015. All Rights Reserved.