|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldDisplayType | |
---|---|
com.semarchy.mdm.runtime.model.logical | This package contains the IModel representing the model as designed in Semarchy Convergence For MDM. |
Uses of FieldDisplayType in com.semarchy.mdm.runtime.model.logical |
---|
Methods in com.semarchy.mdm.runtime.model.logical that return FieldDisplayType | |
---|---|
static FieldDisplayType |
FieldDisplayTypesMatrix.convertToFieldDisplayType(AttributeDisplayType attributeDisplayType,
DataTypeInfo dataTypeInfo)
migrate V2 attribute display type into V3 field display type according to logical data type |
FieldDisplayType |
IDisplayViewAttribute.getFieldDisplayType()
Getter for owned property FieldDisplayType : |
static FieldDisplayType |
FieldDisplayType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FieldDisplayType[] |
FieldDisplayType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.semarchy.mdm.runtime.model.logical that return types with arguments of type FieldDisplayType | |
---|---|
static List<FieldDisplayType> |
FieldDisplayTypesMatrix.validDisplayTypes(DataTypeInfo dataTypeInfo)
Return the list of valid FieldDisplayType the first in the list
is the one used as default/fallback |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |