Skip to content

Package io.github.qishr.cascara.common.util

Enum ScopeType

java.lang.Object
        java.lang.Enum<io.github.qishr.cascara.common.util.CommandLine.ScopeType>
                io.github.qishr.cascara.common.util.CommandLine.ScopeType

Enclosing Class:
    io.github.qishr.cascara.common.util.CommandLine


public static final enum ScopeType
extends Enum<ScopeType>

Specifies the scope of the element.

Enum Constants

Enum Constant Description
LOCAL
INHERIT

Method Summary

Modifier and Type Method Description
public static ScopeType[] values()
public static ScopeType valueOf(String name)

Enum Constant Details

LOCAL

public static final LOCAL


INHERIT

public static final INHERIT


Method Details

values

public static ScopeType[] values()


valueOf

public static ScopeType valueOf(String name)