public enum FrameworkType extends Enum<FrameworkType>
| Enum Constant and Description |
|---|
DETECT |
DOT_NET_MVC |
DOT_NET_WEB_FORMS |
JSP |
NONE |
PYTHON |
RAILS |
SPRING_MVC |
STRUTS |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
static FrameworkType |
getFrameworkType(String input) |
static FrameworkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrameworkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FrameworkType NONE
public static final FrameworkType DETECT
public static final FrameworkType JSP
public static final FrameworkType RAILS
public static final FrameworkType SPRING_MVC
public static final FrameworkType STRUTS
public static final FrameworkType DOT_NET_MVC
public static final FrameworkType DOT_NET_WEB_FORMS
public static final FrameworkType PYTHON
public static FrameworkType[] values()
for (FrameworkType c : FrameworkType.values()) System.out.println(c);
public static FrameworkType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getDisplayName()
public static FrameworkType getFrameworkType(String input)
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.