public static enum LoadService.SuffixType extends java.lang.Enum<LoadService.SuffixType>
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
extensionSuffixes |
static java.lang.String[] |
sourceSuffixes |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getSuffixes() |
static LoadService.SuffixType |
valueOf(java.lang.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 java.lang.String[] sourceSuffixes
public static final java.lang.String[] extensionSuffixes
public static LoadService.SuffixType[] values()
for (LoadService.SuffixType c : LoadService.SuffixType.values()) System.out.println(c);
public static LoadService.SuffixType 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[] getSuffixes()
Copyright © 2002-2009 JRuby Team. All Rights Reserved.