com.shephertz.app42.paas.sdk.jme.appTab
Class StorageUnit

java.lang.Object
  extended by com.shephertz.app42.paas.sdk.jme.appTab.StorageUnit

public class StorageUnit
extends java.lang.Object

This class contains the Storage Unit to be mentioned in the Bill.


Field Summary
static java.lang.String GB
           
static java.lang.String KB
           
static java.lang.String MB
           
static java.lang.String TB
           
 
Constructor Summary
StorageUnit()
           
 
Method Summary
static void throwExceptionIfNotValid(java.lang.String val)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GB

public static java.lang.String GB

KB

public static java.lang.String KB

MB

public static java.lang.String MB

TB

public static java.lang.String TB
Constructor Detail

StorageUnit

public StorageUnit()
Method Detail

throwExceptionIfNotValid

public static void throwExceptionIfNotValid(java.lang.String val)