Uses of Class
org.gcube.resourcemanagement.model.reference.entities.facets.MemoryFacet.MemoryUnit
-
Packages that use MemoryFacet.MemoryUnit Package Description org.gcube.resourcemanagement.model.impl.entities.facets org.gcube.resourcemanagement.model.reference.entities.facets -
-
Uses of MemoryFacet.MemoryUnit in org.gcube.resourcemanagement.model.impl.entities.facets
Fields in org.gcube.resourcemanagement.model.impl.entities.facets declared as MemoryFacet.MemoryUnit Modifier and Type Field Description protected MemoryFacet.MemoryUnitMemoryFacetImpl. unitMethods in org.gcube.resourcemanagement.model.impl.entities.facets that return MemoryFacet.MemoryUnit Modifier and Type Method Description MemoryFacet.MemoryUnitMemoryFacetImpl. getUnit()Methods in org.gcube.resourcemanagement.model.impl.entities.facets with parameters of type MemoryFacet.MemoryUnit Modifier and Type Method Description voidMemoryFacetImpl. setUnit(MemoryFacet.MemoryUnit unit) -
Uses of MemoryFacet.MemoryUnit in org.gcube.resourcemanagement.model.reference.entities.facets
Methods in org.gcube.resourcemanagement.model.reference.entities.facets that return MemoryFacet.MemoryUnit Modifier and Type Method Description MemoryFacet.MemoryUnitMemoryFacet. getUnit()static MemoryFacet.MemoryUnitMemoryFacet.MemoryUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static MemoryFacet.MemoryUnit[]MemoryFacet.MemoryUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.resourcemanagement.model.reference.entities.facets with parameters of type MemoryFacet.MemoryUnit Modifier and Type Method Description voidMemoryFacet. setUnit(MemoryFacet.MemoryUnit unit)
-