Class RawTypeSet.Ref

  • Enclosing class:
    RawTypeSet

    public abstract static class RawTypeSet.Ref
    extends Object
    A reference to something.

    A RawTypeSet.Ref can be either turned into CTypeRef to form an element property, or Element to form a reference property.

    • Constructor Detail

      • Ref

        public Ref()
    • Method Detail

      • isListOfValues

        protected abstract boolean isListOfValues()
      • getExpectedMimeType

        protected javax.activation.MimeType getExpectedMimeType()
        When this RawTypeSet binds to a CElementPropertyInfo, this method is used to determine if the property has an associated expected MIME type or not.