|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<FileTypeOpenMode>
com.prosysopc.ua.FileTypeOpenMode
public enum FileTypeOpenMode
| Enum Constant Summary | |
|---|---|
Append
|
|
EraseExisting
|
|
Read
|
|
Write
|
|
| Method Summary | |
|---|---|
static EnumSet<FileTypeOpenMode> |
getSet(int bitset)
Get the enumeration set corresponding to the bitset value used to deliver the mode value. |
static EnumSet<FileTypeOpenMode> |
getSet(org.opcfoundation.ua.builtintypes.UnsignedByte mask)
Get the enumeration set corresponding to the bitset value used to deliver the mode value. |
org.opcfoundation.ua.builtintypes.UnsignedByte |
getValue()
The value of the mode. |
static org.opcfoundation.ua.builtintypes.UnsignedByte |
getValue(EnumSet<FileTypeOpenMode> modes)
Get the bitset value corresponding to the modes. |
static org.opcfoundation.ua.builtintypes.UnsignedByte |
getValue(FileTypeOpenMode... mode)
Get the bitset value corresponding to the modes. |
static FileTypeOpenMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FileTypeOpenMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final FileTypeOpenMode Append
public static final FileTypeOpenMode EraseExisting
public static final FileTypeOpenMode Read
public static final FileTypeOpenMode Write
| Method Detail |
|---|
public static FileTypeOpenMode[] values()
for (FileTypeOpenMode c : FileTypeOpenMode.values()) System.out.println(c);
public static FileTypeOpenMode valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic static EnumSet<FileTypeOpenMode> getSet(int bitset)
bitset - the bitset value
public static EnumSet<FileTypeOpenMode> getSet(org.opcfoundation.ua.builtintypes.UnsignedByte mask)
bitset - the bitset value
public static org.opcfoundation.ua.builtintypes.UnsignedByte getValue(EnumSet<FileTypeOpenMode> modes)
modes - the open mode(s)
public static org.opcfoundation.ua.builtintypes.UnsignedByte getValue(FileTypeOpenMode... mode)
mode - the open mode(s)
public org.opcfoundation.ua.builtintypes.UnsignedByte getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||