/* * Copyright 2005-2010 Ignis Software Tools Ltd. All rights reserved. */ package com.aqua.services.lifecycle; public enum LifeTime { TEST_LIFETIME, PERMANENT_LIFETIME; }