org.apache.poi.openxml4j.opc
Class TargetMode

java.lang.Object
  extended by org.apache.poi.openxml4j.opc.TargetMode

public class TargetMode
extends java.lang.Object

Specifies whether the target of a PackageRelationship is inside or outside a Package.

Version:
1.0
Author:
Julien Chable

Field Summary
static TargetMode EXTERNAL
          The relationship references a part that is inside the package.
static TargetMode INTERNAL
          The relationship references a resource that is external to the package.
 
Constructor Summary
TargetMode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INTERNAL

public static final TargetMode INTERNAL
The relationship references a resource that is external to the package.


EXTERNAL

public static final TargetMode EXTERNAL
The relationship references a part that is inside the package.

Constructor Detail

TargetMode

public TargetMode()