/** * Copyright (C) 2015 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.strata.report.framework.format; /** * Defines categories of data types. */ public enum FormatCategory { /** * Date types. */ DATE, /** * Numeric types. */ NUMERIC, /** * General text types. */ TEXT }