Class CollectionType

  • All Implemented Interfaces:
    java.io.Serializable, CollectionTE

    public class CollectionType
    extends DefinedType
    implements CollectionTE
    This Type is for a QName that is a 'collection'. For example, We need a way to indicate in the symbol table that a foo is 'collection of bars', In such cases a collection type is added with the special QName [, ]
    See Also:
    Serialized Form
    • Constructor Detail

      • CollectionType

        public CollectionType​(QName pqName,
                              TypeEntry refType,
                              org.w3c.dom.Node pNode,
                              java.lang.String dims,
                              boolean wrapped)
        Constructor CollectionType
        Parameters:
        pqName -
        refType -
        pNode -
        dims -
    • Method Detail

      • isWrapped

        public boolean isWrapped()