/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package com.essar.automation.dhaval.exceltojava;

/**
 *
 * @author dhaval
 */
public enum FieldModifier {

    PRIVATE, PUBLIC;
}
