com.semarchy.mdm.runtime.model.logical
Class FieldDisplayTypesMatrix

java.lang.Object
  extended by com.semarchy.mdm.runtime.model.logical.FieldDisplayTypesMatrix

public class FieldDisplayTypesMatrix
extends Object


Method Summary
static FieldDisplayType convertToFieldDisplayType(AttributeDisplayType attributeDisplayType, DataTypeInfo dataTypeInfo)
          migrate V2 attribute display type into V3 field display type according to logical data type
static List<FieldDisplayType> validDisplayTypes(DataTypeInfo dataTypeInfo)
          Return the list of valid FieldDisplayType the first in the list is the one used as default/fallback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

convertToFieldDisplayType

public static FieldDisplayType convertToFieldDisplayType(AttributeDisplayType attributeDisplayType,
                                                         DataTypeInfo dataTypeInfo)
migrate V2 attribute display type into V3 field display type according to logical data type

Parameters:
attributeDisplayType -
dataTypeInfo -
Returns:

validDisplayTypes

public static List<FieldDisplayType> validDisplayTypes(DataTypeInfo dataTypeInfo)
Return the list of valid FieldDisplayType the first in the list is the one used as default/fallback

Parameters:
dataTypeInfo -
Returns:


Copyright © 2015. All Rights Reserved.