Class IwsSegmentMetadataAttribute


  • public class IwsSegmentMetadataAttribute
    extends Object
    Utility class for IWS segment-metadata attributes.
    • Field Detail

      • ELEMENT_NAME

        public static String ELEMENT_NAME
      • name

        protected String name
        The attribute name.
    • Constructor Detail

      • IwsSegmentMetadataAttribute

        public IwsSegmentMetadataAttribute​(String name)
    • Method Detail

      • getPrefix

        public String getPrefix()
        Returns:
        a prefix to avoid conflicts between other attributes that could have the same name.
      • getAttributeName

        public String getAttributeName()
        Returns:
        the attribute name.
      • getAttributeNamePrefixed

        public String getAttributeNamePrefixed()
        Returns:
        a prefixed attribute name to avoid conflicts between other attributes that could have the same name.