Uses of Class
adams.doc.latex.generator.AbstractFileReferencingCodeGenerator.PathType
-
Packages that use AbstractFileReferencingCodeGenerator.PathType Package Description adams.doc.latex.generator -
-
Uses of AbstractFileReferencingCodeGenerator.PathType in adams.doc.latex.generator
Fields in adams.doc.latex.generator declared as AbstractFileReferencingCodeGenerator.PathType Modifier and Type Field Description protected AbstractFileReferencingCodeGenerator.PathType
AbstractFileReferencingCodeGenerator. m_PathType
how to process the file path.Methods in adams.doc.latex.generator that return AbstractFileReferencingCodeGenerator.PathType Modifier and Type Method Description protected AbstractFileReferencingCodeGenerator.PathType
AbstractFileReferencingCodeGenerator. getDefaultPathType()
Returns the default path type to use.AbstractFileReferencingCodeGenerator.PathType
AbstractFileReferencingCodeGenerator. getPathType()
Returns how to process the file name.static AbstractFileReferencingCodeGenerator.PathType
AbstractFileReferencingCodeGenerator.PathType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractFileReferencingCodeGenerator.PathType[]
AbstractFileReferencingCodeGenerator.PathType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.doc.latex.generator with parameters of type AbstractFileReferencingCodeGenerator.PathType Modifier and Type Method Description void
AbstractFileReferencingCodeGenerator. setPathType(AbstractFileReferencingCodeGenerator.PathType value)
Sets how to process the file name.
-