com.sri.emo.dbobj
Interface AbstractParts


public interface AbstractParts

parts of an object


Field Summary
static String MISCELLANEOUS_ASSOCIATIONS
           
static String ONLINE_RESOURCE
           
static String REFERENCES
           
 
Method Summary
 PartDescriptor[] getParts()
          order of parts is important--will be used as layout order, and the number of each attribute in this list will be used to encode/decode the field name as a fixed string + num.
 

Field Detail

REFERENCES

static final String REFERENCES
See Also:
Constant Field Values

ONLINE_RESOURCE

static final String ONLINE_RESOURCE
See Also:
Constant Field Values

MISCELLANEOUS_ASSOCIATIONS

static final String MISCELLANEOUS_ASSOCIATIONS
See Also:
Constant Field Values
Method Detail

getParts

PartDescriptor[] getParts()
order of parts is important--will be used as layout order, and the number of each attribute in this list will be used to encode/decode the field name as a fixed string + num.

why?

necessary since the JSP doesn't know anything, but must iterate to display attributes and send back edits with some discernable connection between input text and attribute destination.

Returns:
a list of parts for paradigms


Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.