public enum MatchedFileUsagesType extends java.lang.Enum<MatchedFileUsagesType>
| Enum Constant and Description |
|---|
DEV_TOOL_EXCLUDED |
DYNAMICALLY_LINKED |
IMPLEMENTATION_OF_STANDARD |
SEPARATE_WORK |
SOURCE_CODE |
STATICALLY_LINKED |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
prettyPrint() |
static MatchedFileUsagesType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MatchedFileUsagesType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MatchedFileUsagesType DEV_TOOL_EXCLUDED
public static final MatchedFileUsagesType DYNAMICALLY_LINKED
public static final MatchedFileUsagesType IMPLEMENTATION_OF_STANDARD
public static final MatchedFileUsagesType SEPARATE_WORK
public static final MatchedFileUsagesType SOURCE_CODE
public static final MatchedFileUsagesType STATICALLY_LINKED
public static MatchedFileUsagesType[] values()
for (MatchedFileUsagesType c : MatchedFileUsagesType.values()) System.out.println(c);
public static MatchedFileUsagesType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String prettyPrint()