Uses of Enum Class
love.distributedrebirth.nx01.redsea.jdatstart.model.resource.JDatStartResourceDownload
Packages that use JDatStartResourceDownload
-
Uses of JDatStartResourceDownload in love.distributedrebirth.nx01.redsea.jdatstart.model.resource
Subclasses with type arguments of type JDatStartResourceDownload in love.distributedrebirth.nx01.redsea.jdatstart.model.resourceMethods in love.distributedrebirth.nx01.redsea.jdatstart.model.resource that return JDatStartResourceDownloadModifier and TypeMethodDescriptionJDatStartResourceDownloadExtension.getDownload()
JDatStartResourcePartJar.getDownload()
JDatStartResourcePartNativeLib.getDownload()
static JDatStartResourceDownload
Returns the enum constant of this class with the specified name.static JDatStartResourceDownload
JDatStartResourceDownload.valueOfQName
(String qName) static JDatStartResourceDownload[]
JDatStartResourceDownload.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in love.distributedrebirth.nx01.redsea.jdatstart.model.resource with parameters of type JDatStartResourceDownloadModifier and TypeMethodDescriptionvoid
JDatStartResourceDownloadExtension.setDownload
(JDatStartResourceDownload download) void
JDatStartResourcePartJar.setDownload
(JDatStartResourceDownload download) void
JDatStartResourcePartNativeLib.setDownload
(JDatStartResourceDownload download)