Class ProjectTag

    • Constructor Detail

      • ProjectTag

        public ProjectTag()
      • ProjectTag

        public ProjectTag​(Tag tag)
    • Method Detail

      • setCurrentValue

        public void setCurrentValue​(QualifiedValue obj)
                             throws java.lang.ClassCastException
        Description copied from interface: MutableTag
        Sets this tags value. Will throw an ClassCastException if the value cannot be coerced into the datatype of this tag.
        Specified by:
        setCurrentValue in interface MutableTag
        Overrides:
        setCurrentValue in class AbstractClientTag
        Throws:
        java.lang.ClassCastException
      • createTagBinding

        protected TagBinding createTagBinding()
                                       throws java.lang.Exception
        Creates a new TagBinding object if this tag should have some sort of binding.
        Returns:
        the appropriate TagBinding, or null if this is a memory tag
        Throws:
        java.lang.Exception - if no expression is defined for non-memory tags
      • getType

        public TagType getType()
        Description copied from interface: Tag
        Returns the type of this tag.
      • getAttributes

        public java.util.Map<Property<?>,​java.lang.Object> getAttributes()
      • setAttributes

        public void setAttributes​(java.util.Map<TagProp,​java.lang.Object> map)