Class CDAContentType

  • All Implemented Interfaces:
    java.io.Serializable

    public class CDAContentType
    extends CDAResource
    Represents a single content type.
    See Also:
    Serialized Form
    • Constructor Detail

      • CDAContentType

        public CDAContentType()
    • Method Detail

      • fields

        public java.util.List<CDAField> fields()
        Returns:
        list of fields.
      • name

        public java.lang.String name()
        Returns:
        name of this content type.
      • displayField

        public java.lang.String displayField()
        Returns:
        field to be used for displaying.
      • description

        public java.lang.String description()
        Returns:
        description of this content type.
      • toString

        public java.lang.String toString()
        Convert this object into a human readable string.
        Overrides:
        toString in class CDAResource
        Returns:
        a string, containing id, name and description of this type.