public static enum FileRemote.Ecmp extends java.lang.Enum<FileRemote.Ecmp>
| Enum Constant and Description | 
|---|
| always | 
| contains | 
| ends | 
| equals | 
| starts | 
| Modifier and Type | Method and Description | 
|---|---|
| static FileRemote.Ecmp | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static FileRemote.Ecmp[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final FileRemote.Ecmp ends
public static final FileRemote.Ecmp starts
public static final FileRemote.Ecmp contains
public static final FileRemote.Ecmp equals
public static final FileRemote.Ecmp always
public static FileRemote.Ecmp[] values()
for (FileRemote.Ecmp c : FileRemote.Ecmp.values()) System.out.println(c);
public static FileRemote.Ecmp 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 null