Uses of Class
org.gcube.vremanagement.resourcebroker.utils.serialization.types.requirements.RequirementRelationType

Packages that use RequirementRelationType
org.gcube.vremanagement.resourcebroker.utils.serialization.types.requirements   
 

Uses of RequirementRelationType in org.gcube.vremanagement.resourcebroker.utils.serialization.types.requirements
 

Methods in org.gcube.vremanagement.resourcebroker.utils.serialization.types.requirements that return RequirementRelationType
 RequirementRelationType Requirement.getRelType()
           
static RequirementRelationType RequirementRelationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RequirementRelationType[] RequirementRelationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.gcube.vremanagement.resourcebroker.utils.serialization.types.requirements with parameters of type RequirementRelationType
Requirement(RequirementElemPath elem, RequirementRelationType relType, java.lang.String value)
          Creates a new requirement.
Requirement(RequirementElemPath elem, java.lang.String key, RequirementRelationType relType, java.lang.String value)
          This constructor is instead used for only environmental variable to check That a key is present in the environmental variables of GHN descriptor.