Uses of Class
com.levigo.jadice.server.documentplatform.DocumentPrintNode.OutputReferenceBase
-
Packages that use DocumentPrintNode.OutputReferenceBase Package Description com.levigo.jadice.server.documentplatform -
-
Uses of DocumentPrintNode.OutputReferenceBase in com.levigo.jadice.server.documentplatform
Methods in com.levigo.jadice.server.documentplatform that return DocumentPrintNode.OutputReferenceBase Modifier and Type Method Description DocumentPrintNode.OutputReferenceBaseDocumentPrintNode. getReferenceBase()static DocumentPrintNode.OutputReferenceBaseDocumentPrintNode.OutputReferenceBase. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentPrintNode.OutputReferenceBase[]DocumentPrintNode.OutputReferenceBase. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.levigo.jadice.server.documentplatform with parameters of type DocumentPrintNode.OutputReferenceBase Modifier and Type Method Description voidDocumentPrintNode. setReferenceBase(DocumentPrintNode.OutputReferenceBase referenceBase)Sets the reference base.
-