/* * Copyright (c) 2015 EMC Corporation * All Rights Reserved */ package models; public enum SizeUnit { Bytes, MB, GB, TB, x }