Modifier and Type | Method and Description |
---|---|
static FileType |
__read(IceInternal.BasicStream __is) |
void |
__write(IceInternal.BasicStream __os) |
static void |
__write(IceInternal.BasicStream __os,
FileType __v) |
int |
value() |
static FileType |
valueOf(int __v) |
static FileType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileType File
public static final FileType Dir
public static final FileType Link
public static final FileType Mount
public static final FileType Unknown
public static FileType[] values()
for (FileType c : FileType.values()) System.out.println(c);
public static FileType 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 int value()
public static FileType valueOf(int __v)
public void __write(IceInternal.BasicStream __os)
public static void __write(IceInternal.BasicStream __os, FileType __v)
public static FileType __read(IceInternal.BasicStream __is)