/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.forgerock.openicf.openportal.util; /** * * @author admin */ public enum ElementIdentifierType { AUTO, BY_UID, BY_NAME }