public static final class Variable.Scope
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static Variable.Scope |
FINAL |
static Variable.Scope |
NONE |
static Variable.Scope |
TRANSIENT |
Modifier and Type | Method and Description |
---|---|
static Variable.Scope |
valueOf(java.lang.String name) |
static Variable.Scope[] |
values() |
public static final Variable.Scope NONE
public static final Variable.Scope FINAL
public static final Variable.Scope TRANSIENT
public static Variable.Scope[] values()
public static Variable.Scope valueOf(java.lang.String name)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.