public static enum InfoflowConfiguration.CategoryMode extends Enum<InfoflowConfiguration.CategoryMode>
| 枚举常量和说明 |
|---|
Exclude
The sources and sinks from the current category shall be excluded from the
data flow analysis
|
Include
The sources and sinks from the current category shall be included in the data
flow analysis
|
| 限定符和类型 | 方法和说明 |
|---|---|
static InfoflowConfiguration.CategoryMode |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static InfoflowConfiguration.CategoryMode[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final InfoflowConfiguration.CategoryMode Include
public static final InfoflowConfiguration.CategoryMode Exclude
public static InfoflowConfiguration.CategoryMode[] values()
for (InfoflowConfiguration.CategoryMode c : InfoflowConfiguration.CategoryMode.values()) System.out.println(c);
public static InfoflowConfiguration.CategoryMode valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2022 Fraunhofer SIT. All rights reserved.