public abstract class PDDestination extends Object implements PDDestinationOrAction
| Constructor and Description | 
|---|
| PDDestination() | 
| Modifier and Type | Method and Description | 
|---|---|
| static PDDestination | create(COSBase base)This will create a new destination depending on the type of COSBase
 that is passed in. | 
| String | toString()Return a string representation of this class. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCOSObjectpublic static PDDestination create(COSBase base) throws IOException
base - The base level object.IOException - If the base cannot be converted to a Destination.Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.