public static enum LoadService.SuffixType extends Enum<LoadService.SuffixType>
Modifier and Type | Field and Description |
---|---|
static String[] |
extensionSuffixes |
static String[] |
sourceSuffixes |
Modifier and Type | Method and Description |
---|---|
String[] |
getSuffixes() |
static LoadService.SuffixType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadService.SuffixType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoadService.SuffixType Source
public static final LoadService.SuffixType Extension
public static final LoadService.SuffixType Both
public static final LoadService.SuffixType Neither
public static final String[] sourceSuffixes
public static final String[] extensionSuffixes
public static LoadService.SuffixType[] values()
for (LoadService.SuffixType c : LoadService.SuffixType.values()) System.out.println(c);
public static LoadService.SuffixType 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[] getSuffixes()
Copyright © 2001–2016 JRuby. All rights reserved.