Class ContentItemFactory.UnrecognizedContentItem

    • Constructor Detail

      • UnrecognizedContentItem

        public UnrecognizedContentItem​(ContentItem parent)
        Parameters:
        parent - parent content item to add to
      • UnrecognizedContentItem

        public UnrecognizedContentItem​(ContentItem parent,
                                       AttributeList list)
        Parameters:
        parent - parent content item to add to
        list - the list of attributes for this content item
      • UnrecognizedContentItem

        public UnrecognizedContentItem​(ContentItem parent,
                                       AttributeList list,
                                       java.lang.String valueType)
        Parameters:
        parent - parent content item to add to
        list - the list of attributes for this content item
        valueType - the valueType encoded for the content item (is discarded)
    • Method Detail

      • getConceptValue

        public java.lang.String getConceptValue()
        Description copied from class: ContentItemWithValue

        Get a string representation of the value of the concept.

        The exact form of the returned string is specific to the type of ContentItem.

        Specified by:
        getConceptValue in class ContentItemWithValue
        Returns:
        a String representation of the name and value, or an empty string