Interface DataArtifact

    • Method Detail

      • getDataClass

        java.lang.Class<?> getDataClass()
        Returns:
        the data class
      • getSegmentEntityClass

        java.lang.Class<?> getSegmentEntityClass()
        Returns:
        the segment entity class
      • getSerialVersionUID

        java.lang.Long getSerialVersionUID()
        Returns:
        the Serial Version UID of the data class
      • isParameter

        boolean isParameter()
        Returns:
        true if is a Parameter; otherwise false
      • isProperty

        boolean isProperty()
        Returns:
        true if is a Property; otherwise false