public interface Application extends RootInterface
Modifier and Type | Field and Description |
---|---|
static String |
MODULE |
static String |
PROPERTY_STATUS |
static String |
PROPERTY_VERSION |
static String |
SECURITY_ROLE |
static int |
STATE_INVALID_PARSABLE |
static int |
STATE_INVALID_UNPARSABLE |
static int |
STATE_VALID |
static String |
VERSION_1_4 |
static String |
VERSION_10
application.xml DD version for JakartaEE10
|
static String |
VERSION_5 |
static String |
VERSION_6 |
static String |
VERSION_7
application.xml DD version for JavaEE7
|
static String |
VERSION_8
application.xml DD version for JavaEE8/JakartaEE8
|
static String |
VERSION_9
application.xml DD version for JakartaEE9/JakartaEE9.1
|
MERGE_INTERSECT, MERGE_UNION, MERGE_UPDATE
Modifier and Type | Method and Description |
---|---|
int |
addIcon(Icon value) |
int |
addModule(Module value) |
int |
addSecurityRole(SecurityRole value) |
SAXParseException |
getError()
Getter for SAX Parse Error property.
|
Icon |
getIcon(int index) |
Module[] |
getModule() |
Module |
getModule(int index) |
SecurityRole[] |
getSecurityRole() |
SecurityRole |
getSecurityRole(int index) |
int |
getStatus()
Getter for status property.
|
BigDecimal |
getVersion()
Getter for version property.
|
Icon |
newIcon() |
Module |
newModule() |
SecurityRole |
newSecurityRole() |
int |
removeIcon(Icon value) |
int |
removeModule(Module value) |
int |
removeSecurityRole(SecurityRole value) |
void |
setIcon(Icon[] value) |
void |
setIcon(int index,
Icon value) |
void |
setModule(int index,
Module value) |
void |
setModule(Module[] value) |
void |
setSecurityRole(int index,
SecurityRole value) |
void |
setSecurityRole(SecurityRole[] value) |
int |
sizeIcon() |
int |
sizeModule() |
int |
sizeSecurityRole() |
merge, write
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
getAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescription
getAllDisplayNames, getDefaultDisplayName, getDisplayName, removeAllDisplayNames, removeDisplayName, removeDisplayNameForLocale, setAllDisplayNames, setDisplayName, setDisplayName
addBean, addBean, createBean
findBeanByName
getAllIcons, getDefaultIcon, getLargeIcon, getLargeIcon, getSmallIcon, getSmallIcon, removeAllIcons, removeIcon, removeIcon, removeLargeIcon, removeLargeIcon, removeSmallIcon, removeSmallIcon, setAllIcons, setIcon, setLargeIcon, setLargeIcon, setSmallIcon, setSmallIcon
static final String MODULE
static final String SECURITY_ROLE
static final String PROPERTY_VERSION
static final String VERSION_1_4
static final String VERSION_5
static final String VERSION_6
static final String VERSION_7
static final String VERSION_8
static final String VERSION_9
static final String VERSION_10
static final int STATE_VALID
static final int STATE_INVALID_PARSABLE
static final int STATE_INVALID_UNPARSABLE
static final String PROPERTY_STATUS
BigDecimal getVersion()
SAXParseException getError()
int getStatus()
void setModule(int index, Module value)
Module getModule(int index)
int sizeModule()
void setModule(Module[] value)
Module[] getModule()
int addModule(Module value)
int removeModule(Module value)
Module newModule()
void setSecurityRole(int index, SecurityRole value)
SecurityRole getSecurityRole(int index)
int sizeSecurityRole()
void setSecurityRole(SecurityRole[] value)
SecurityRole[] getSecurityRole()
int addSecurityRole(SecurityRole value)
int removeSecurityRole(SecurityRole value)
SecurityRole newSecurityRole()
void setIcon(int index, Icon value) throws VersionNotSupportedException
VersionNotSupportedException
Icon getIcon(int index) throws VersionNotSupportedException
VersionNotSupportedException
int sizeIcon() throws VersionNotSupportedException
VersionNotSupportedException
void setIcon(Icon[] value) throws VersionNotSupportedException
VersionNotSupportedException
int addIcon(Icon value) throws VersionNotSupportedException
VersionNotSupportedException
int removeIcon(Icon value) throws VersionNotSupportedException
VersionNotSupportedException
Icon newIcon()