|
Oracle Outside In Java API Reference 8.5.3 E57629-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Object
java.lang.Enum<ObjectInfo.ObjectInfoFlagValues>
com.oracle.outsidein.ObjectInfo.ObjectInfoFlagValues
public static enum ObjectInfo.ObjectInfoFlagValues
Flags indicating the attributes of an embedded object such as password protection and encryption.
ObjectInfo.getFlags()| Enum Constant Summary | |
|---|---|
ARCKNOWNENCRYPTObject is encrypted and can be decrypted with the known password |
|
DRMFILEObject uses Digital Rights Management protection |
|
LINKTOFILEObject links to file, it can not be extracted |
|
PARTIALFILEObject would not normally exist outside the source document |
|
PROTECTEDFILEObject is encrypted or password protected |
|
UNIDENTIFIEDFILEObject is extracted, but can not successfully identified |
|
UNSUPPORTEDCOMPObject uses an unsupported compression mechanism |
|
| Method Summary | |
|---|---|
static ObjectInfo.ObjectInfoFlagValues |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static ObjectInfo.ObjectInfoFlagValues[] |
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 ObjectInfo.ObjectInfoFlagValues PARTIALFILE
public static final ObjectInfo.ObjectInfoFlagValues PROTECTEDFILE
public static final ObjectInfo.ObjectInfoFlagValues UNSUPPORTEDCOMP
public static final ObjectInfo.ObjectInfoFlagValues DRMFILE
public static final ObjectInfo.ObjectInfoFlagValues UNIDENTIFIEDFILE
public static final ObjectInfo.ObjectInfoFlagValues LINKTOFILE
public static final ObjectInfo.ObjectInfoFlagValues ARCKNOWNENCRYPT
| Method Detail |
|---|
public static ObjectInfo.ObjectInfoFlagValues[] values()
for (ObjectInfo.ObjectInfoFlagValues c : ObjectInfo.ObjectInfoFlagValues.values())
System.out.println(c);
public static ObjectInfo.ObjectInfoFlagValues 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
|
Oracle Outside In Java API Reference 8.5.3 E57629-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||