|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttrMember
An abstract tuple member interface.
Field Summary | |
---|---|
static long |
serialVersionUID
|
Method Summary | |
---|---|
AttrTuple |
getHoldingTuple()
Returns the tuple that contains this member. |
int |
getIndexInTuple()
Returns the member index within the containing tuple. |
java.lang.String |
getName()
Returns the member name. |
java.lang.String |
getValidityReport()
Returns a text describing the errors in this member, or null if the member is correct. |
boolean |
isValid()
Testing if the member is consistent and complete. |
Methods inherited from interface agg.util.XMLObject |
---|
XreadObject, XwriteObject |
Field Detail |
---|
static final long serialVersionUID
Method Detail |
---|
boolean isValid()
java.lang.String getValidityReport()
AttrTuple getHoldingTuple()
java.lang.String getName()
int getIndexInTuple()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |