Uses of Class
com.jalios.jcms.AssociatedFileEvent.Type
-
Packages that use AssociatedFileEvent.Type Package Description com.jalios.jcms Contains the core JPlatform classes. -
-
Uses of AssociatedFileEvent.Type in com.jalios.jcms
Methods in com.jalios.jcms that return AssociatedFileEvent.Type Modifier and Type Method Description AssociatedFileEvent.Type
AssociatedFileEvent. getType()
static AssociatedFileEvent.Type
AssociatedFileEvent.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AssociatedFileEvent.Type[]
AssociatedFileEvent.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jalios.jcms with parameters of type AssociatedFileEvent.Type Modifier and Type Method Description void
AssociatedFileEvent. setType(AssociatedFileEvent.Type type)
Constructors in com.jalios.jcms with parameters of type AssociatedFileEvent.Type Constructor Description AssociatedFileEvent(java.io.File file, java.io.File associatedFile, AssociatedFileEvent.Type type)
-