IIOMetadataFormatImpl.addAttribute() | Java

 

Descripción

Sintaxis

protected void addAttribute(String elementName, String attrName, int dataType, boolean required, int listMinLength, int listMaxLength)
protected void addAttribute(String elementName, String attrName, int dataType, boolean required, String defaultValue)
protected void addAttribute(String elementName, String attrName, int dataType, boolean required, String defaultValue, String minValue, String maxValue, boolean minInclusive, boolean maxInclusive)
protected void addAttribute(String elementName, String attrName, int dataType, boolean required, String defaultValue, List<String> enumeratedValues)

Parámetros

  • String defaultValue,
  • String minValue,
  • String maxValue,
  • int listMaxLength,
  • int dataType,
  • boolean minInclusive,
  • String elementName,
  • List<String> enumeratedValues,
  • boolean required,
  • boolean maxInclusive,
  • String attrName,
  • int listMinLength,

Excepciones

IllegalArgumentException

Clase Padre

IIOMetadataFormatImpl

Ejemplo


Líneas de Código

    Manual Java

    Aprende más sobre Java consultando online o descargando nuestro manual.

    Test Java

    ¿Te atreves a probar tus habilidades y conocimiento en Java con nuestro test?

    Vídeos Java

    Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.