Uses of Class
org.hcjf.io.net.NetPackage.PackageStatus
-
Packages that use NetPackage.PackageStatus Package Description org.hcjf.io.net -
-
Uses of NetPackage.PackageStatus in org.hcjf.io.net
Methods in org.hcjf.io.net that return NetPackage.PackageStatus Modifier and Type Method Description NetPackage.PackageStatusDefaultNetPackage. getPackageStatus()Return the status of the package.abstract NetPackage.PackageStatusNetPackage. getPackageStatus()Return the status of the package.NetPackage.PackageStatusNetPackage.NetPackageWrapper. getPackageStatus()Return the status of the package.static NetPackage.PackageStatusNetPackage.PackageStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NetPackage.PackageStatus[]NetPackage.PackageStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hcjf.io.net with parameters of type NetPackage.PackageStatus Modifier and Type Method Description voidDefaultNetPackage. setPackageStatus(NetPackage.PackageStatus packageStatus)Set a new package status.voidNetPackage.NetPackageWrapper. setPackageStatus(NetPackage.PackageStatus packageStatus)Set a new package status.abstract voidNetPackage. setPackageStatus(NetPackage.PackageStatus packageStatus)Set a new package status.
-