Class CommonField

java.lang.Object
ru.i_novus.platform.datastorage.temporal.model.Field
ru.i_novus.ms.rdm.api.model.field.CommonField
All Implemented Interfaces:
java.io.Serializable

public class CommonField
extends ru.i_novus.platform.datastorage.temporal.model.Field
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    CommonField()  
    CommonField​(java.lang.String name)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getType()  
    ru.i_novus.platform.datastorage.temporal.model.FieldValue valueOf​(java.lang.Object value)  

    Methods inherited from class ru.i_novus.platform.datastorage.temporal.model.Field

    equals, getMaxLength, getName, getRequired, getSearchEnabled, getUnique, hashCode, setMaxLength, setName, setRequired, setSearchEnabled, setUnique, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getType

      public java.lang.String getType()
      Specified by:
      getType in class ru.i_novus.platform.datastorage.temporal.model.Field
    • valueOf

      public ru.i_novus.platform.datastorage.temporal.model.FieldValue valueOf​(java.lang.Object value)
      Specified by:
      valueOf in class ru.i_novus.platform.datastorage.temporal.model.Field