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_5 |
static String |
VERSION_6 |
static String |
VERSION_7
application.xml DD version for JavaEE7
|
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, writeaddPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, writegetAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescriptiongetAllDisplayNames, getDefaultDisplayName, getDisplayName, removeAllDisplayNames, removeDisplayName, removeDisplayNameForLocale, setAllDisplayNames, setDisplayName, setDisplayNameaddBean, addBean, createBeanfindBeanByNamegetAllIcons, getDefaultIcon, getLargeIcon, getLargeIcon, getSmallIcon, getSmallIcon, removeAllIcons, removeIcon, removeIcon, removeLargeIcon, removeLargeIcon, removeSmallIcon, removeSmallIcon, setAllIcons, setIcon, setLargeIcon, setLargeIcon, setSmallIcon, setSmallIconstatic 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 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
VersionNotSupportedExceptionIcon getIcon(int index) throws VersionNotSupportedException
VersionNotSupportedExceptionint sizeIcon()
throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setIcon(Icon[] value) throws VersionNotSupportedException
VersionNotSupportedExceptionint addIcon(Icon value) throws VersionNotSupportedException
VersionNotSupportedExceptionint removeIcon(Icon value) throws VersionNotSupportedException
VersionNotSupportedExceptionIcon newIcon()
Built on May 22 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.