Interface PropertyAnnotationInfo

All Known Implementing Classes:
PropertyInfo

public interface PropertyAnnotationInfo
An interface which describes storage of information extracted from annotations into PropertyInfo objects.
  • Method Details

    • setLabel

      void setLabel(String mLabel)
      Parameters:
      mLabel - the mLabel to set
    • getLabel

      String getLabel()
      Returns:
      the mLabel
    • setDescription

      void setDescription(String mDescription)
      Parameters:
      mDescription - the mDescription to set
    • getDescription

      String getDescription()
      Returns:
      the mDescription
    • setAccess

      void setAccess(com.adobe.xmp.schema.rng.parser.annotation.RNGDecorationAnnotation.ACCESS mAccess)
      Parameters:
      mAccess - the mAccess to set
    • getAccess

      com.adobe.xmp.schema.rng.parser.annotation.RNGDecorationAnnotation.ACCESS getAccess()
      Returns:
      the mAccess