Uses of Enum Class
org.rexxla.bsf.engines.rexx.RexxCleanupRef.RefKind
Packages that use RexxCleanupRef.RefKind
-
Uses of RexxCleanupRef.RefKind in org.rexxla.bsf.engines.rexx
Methods in org.rexxla.bsf.engines.rexx that return RexxCleanupRef.RefKindModifier and TypeMethodDescriptionstatic RexxCleanupRef.RefKind[]RexxCleanupRef.getRefkinds()Getter that returns a clone (copy) of the enum constants of the @link{RefKind} enum class.static RexxCleanupRef.RefKindReturns the enum constant of this class with the specified name.static RexxCleanupRef.RefKind[]RexxCleanupRef.RefKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.rexxla.bsf.engines.rexx with parameters of type RexxCleanupRef.RefKindModifierConstructorDescriptionRexxCleanupRef(Object referent, RexxCleanupRef.RefKind refKind, Object obj_id) Constructor.