Interface XSAttributeUse

All Superinterfaces:
XSComponent
All Known Implementing Classes:
AttributeUseImpl

public interface XSAttributeUse extends XSComponent
Attribute use.
Author:
Kohsuke Kawaguchi ([email protected])
  • Method Details

    • isRequired

      boolean isRequired()
    • getDecl

      XSAttributeDecl getDecl()
    • getDefaultValue

      XmlString getDefaultValue()
      Gets the default value of this attribute use, if one is specified. Note that if a default value is specified in the attribute declaration, this method returns that value.
    • getFixedValue

      XmlString getFixedValue()
      Gets the fixed value of this attribute use, if one is specified. Note that if a fixed value is specified in the attribute declaration, this method returns that value.