Uses of Enum Class
dev.civl.sarl.IF.object.SymbolicObject.SymbolicObjectKind
Packages that use SymbolicObject.SymbolicObjectKind
Package
Description
The object package provides the
SymbolicObject
interface, which is the root of the symbolic object type hierarchy.-
Uses of SymbolicObject.SymbolicObjectKind in dev.civl.sarl.IF.object
Methods in dev.civl.sarl.IF.object that return SymbolicObject.SymbolicObjectKindModifier and TypeMethodDescriptionSymbolicObject.symbolicObjectKind()Which kind of symbolic object is this? The kind determines the specific type to which this object can be safely cast.Returns the enum constant of this class with the specified name.static SymbolicObject.SymbolicObjectKind[]SymbolicObject.SymbolicObjectKind.values()Returns an array containing the constants of this enum class, in the order they are declared.