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.resourceModifier and TypeClassDescriptionenumJDatStart resource download fetch type.Methods in love.distributedrebirth.nx01.redsea.jdatstart.model.resource that return JDatStartResourceDownloadModifier and TypeMethodDescriptionJDatStartResourceDownloadExtension.getDownload()JDatStartResourcePartJar.getDownload()JDatStartResourcePartNativeLib.getDownload()static JDatStartResourceDownloadReturns the enum constant of this class with the specified name.static JDatStartResourceDownloadJDatStartResourceDownload.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 TypeMethodDescriptionvoidJDatStartResourceDownloadExtension.setDownload(JDatStartResourceDownload download) voidJDatStartResourcePartJar.setDownload(JDatStartResourceDownload download) voidJDatStartResourcePartNativeLib.setDownload(JDatStartResourceDownload download)