public class Accessibility extends AttributeSubSet
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
KEY_SET |
Constructor and Description |
---|
Accessibility() |
Accessibility(java.lang.String role,
java.lang.String source) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAttribute(int keyIdx) |
java.lang.String |
getRole()
Gets the role of fo.
|
java.lang.String |
getSourceDocument()
Gets the source of fo.
|
void |
setRole(java.lang.String role)
Sets the role of fo.
|
void |
setSourceDocument(java.lang.String source)
Sets the source of fo.
|
addDefinedAttributes, applyAttributes, clone, isMutable, makeImmutable, setAttribute
public Accessibility()
public Accessibility(java.lang.String role, java.lang.String source)
public java.lang.String getRole()
public void setRole(java.lang.String role)
role
- Role.public java.lang.String getSourceDocument()
public void setSourceDocument(java.lang.String source)
source
- Source document.public java.lang.Object getAttribute(int keyIdx)
getAttribute
in class AttributeSubSet
© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.