Package com.adobe.xmp.schema.rng.model
Interface PropertyAnnotationInfo
- All Known Implementing Classes:
PropertyInfo
public interface PropertyAnnotationInfo
An interface which describes storage of information extracted from annotations into PropertyInfo objects.
-
Method Summary
Modifier and TypeMethodDescriptioncom.adobe.xmp.schema.rng.parser.annotation.RNGDecorationAnnotation.ACCESSgetLabel()voidsetAccess(com.adobe.xmp.schema.rng.parser.annotation.RNGDecorationAnnotation.ACCESS mAccess) voidsetDescription(String mDescription) void
-
Method Details
-
setLabel
- Parameters:
mLabel- the mLabel to set
-
getLabel
String getLabel()- Returns:
- the mLabel
-
setDescription
- 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
-