|
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<Callback.AssociationValue>
com.oracle.outsidein.Callback.AssociationValue
public static enum Callback.AssociationValue
Describes the relationship of a new file to the original destination file.
| Enum Constant Summary | |
|---|---|
CHILDFor new files (usually GIFs, JPEGs, or PNGs) that are embedded in the parent file. |
|
COPYFor files that are being copied as the result of a template copy macro. |
|
REQUIREDNAMEA valid Callback.CreateNewFileResponse object must be returned by Callback.createNewFile(FileFormat, FileFormat, AssociationValue, String). |
|
ROOTThe file to be created is the initial destination file. |
|
SIBLINGFor new files that are not somehow owned by the parent file. |
|
| Method Summary | |
|---|---|
static Callback.AssociationValue |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static Callback.AssociationValue[] |
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 Callback.AssociationValue ROOT
public static final Callback.AssociationValue SIBLING
public static final Callback.AssociationValue CHILD
public static final Callback.AssociationValue COPY
copy macro. Callback.createNewFile(FileFormat, FileFormat, AssociationValue, String) must return null.public static final Callback.AssociationValue REQUIREDNAME
Callback.CreateNewFileResponse object must be returned by Callback.createNewFile(FileFormat, FileFormat, AssociationValue, String).| Method Detail |
|---|
public static Callback.AssociationValue[] values()
for (Callback.AssociationValue c : Callback.AssociationValue.values())
System.out.println(c);
public static Callback.AssociationValue 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 | ||||||||