Class DataSourceSimpleTypeField

All Implemented Interfaces:
HasHandlers

public class DataSourceSimpleTypeField extends DataSourceField
A DataSourceField that is based on a user created SimpleType. For example, a user can create a reusable ZipCode SimpleType class with a regular expression based Validator and then use this SimpleType in various DataSourceField definitions across their application.

This is a powerful feature which allows creation and resuse of domain specific "primitive" data types or types in the enterprises Common Data Model (CDM).

  • Constructor Details

    • DataSourceSimpleTypeField

      public DataSourceSimpleTypeField(String name, SimpleType simpleType)
    • DataSourceSimpleTypeField

      public DataSourceSimpleTypeField(String name, SimpleType simpleType, String title)
    • DataSourceSimpleTypeField

      public DataSourceSimpleTypeField(String name, SimpleType simpleType, String title, int length)
    • DataSourceSimpleTypeField

      public DataSourceSimpleTypeField(String name, SimpleType simpleType, String title, int length, boolean required)