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

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

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

Methods in org.gcube.vremanagement.resourcebroker.utils.serialization.types.requirements that return RequirementElemPath
 RequirementElemPath Requirement.getElem()
           
static RequirementElemPath RequirementElemPath.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RequirementElemPath[] RequirementElemPath.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 RequirementElemPath
Requirement(RequirementElemPath elem, RequirementRelationType relType, java.lang.String value)
          Creates a new requirement.
Requirement(RequirementElemPath elem, java.lang.String value)
           
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.