Uses of Enum Class
org.javastro.ivoa.entities.resource.applications.NetworkRequirement
Packages that use NetworkRequirement
-
Uses of NetworkRequirement in org.javastro.ivoa.entities.resource.applications
Fields in org.javastro.ivoa.entities.resource.applications declared as NetworkRequirementModifier and TypeFieldDescriptionprotected NetworkRequirementDesktopApplication.networkThis can take on the values;Fields in org.javastro.ivoa.entities.resource.applications with type parameters of type NetworkRequirementModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<DesktopApplication,NetworkRequirement> DesktopApplication.PropInfo.NETWORKMethods in org.javastro.ivoa.entities.resource.applications that return NetworkRequirementModifier and TypeMethodDescriptionstatic NetworkRequirementGets the enum associated to the value passed as parameter.DesktopApplication.getNetwork()This can take on the values;static NetworkRequirementReturns the enum constant of this class with the specified name.static NetworkRequirement[]NetworkRequirement.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.javastro.ivoa.entities.resource.applications with parameters of type NetworkRequirementModifier and TypeMethodDescriptionvoidDesktopApplication.Modifier.setNetwork(NetworkRequirement network) voidDesktopApplication.setNetwork(NetworkRequirement value) Sets the value of the network property.DesktopApplication.Builder.withNetwork(NetworkRequirement network) Sets the new value of "network" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource.applications with parameters of type NetworkRequirementModifierConstructorDescriptionDesktopApplication(List<Validation> validationLevels, String title, String shortName, String identifier, List<String> altIdentifiers, Curation curation, Content content, LocalDateTime created, LocalDateTime updated, String status, String version, String cost, String licence, Boolean openSource, List<DataFormat> dataFormats, List<ApplicationCapability> voStandards, List<String> sourceLanguages, String sourceCodeURL, Integer binarySize, String memoryRequirement, NetworkRequirement network, List<String> dependsOns, List<ExecutionEnvironment> executables) Fully-initialising value constructor