|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface describes a deployment descriptor's part that contains order information.
Field Summary | |
static QName[] |
ALL_PARTS
Value representing "*" (whix means "all other parts") in deployment descriptor's preceding-parts or following-parts attribute. |
Method Summary | |
QName[] |
getFollowingParts()
Returns an array of names of parts, which
should follow this one. |
QName[] |
getPrecedingParts()
Returns an array of names of parts, which
should precede this one. |
void |
setFollowingParts(QName[] deployParts)
Sets names of parts, which should follow this one. |
void |
setPrecedingParts(QName[] deployParts)
Sets names of parts, which should precede this one. |
Field Detail |
public static final QName[] ALL_PARTS
part2
part1.setFollowingParts(OrderedParts.ALL_PARTS)
part3
part0.setFollowingParts(new QName[] {new QName(tns,"part1")});
defines following order:
(part0, part1, part2, part3)
Method Detail |
public QName[] getPrecedingParts()
array
of names of parts, which
should precede this one.
ALL_PARTS
public void setPrecedingParts(QName[] deployParts)
deployParts
- names of parts which should precede this one
or ALL_PARTS
public QName[] getFollowingParts()
array
of names of parts, which
should follow this one.
ALL_PARTS
public void setFollowingParts(QName[] deployParts)
deployParts
- names of parts which should follow this one
or ALL_PARTS
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |