Package com.esprow.oapi.repository
Interface OapiSection
- All Superinterfaces:
- OapiBaseEntity
 A higher level business process.
 
 
 
 
The following attributes and references are supported:
- 
Method SummaryModifier and TypeMethodDescriptionReturns all metadata on an element (documentation etc.).intReturns an integer order attribute for displaying purposes.Returns an associated FIXML filename.getName()Returns the name of the section.voidsetAnnotation(OapiAnnotation value) Set all metadata on an element (documentation etc.).voidsetDisplayOrder(int value) Set an integer order attribute for displaying purposes.voidsetFIXMLFileName(String value) Set an associated FIXML filename.voidSet the name of the section.Methods inherited from interface com.esprow.oapi.repository.OapiBaseEntitygetAdded, getAddedEP, getChangeType, getDeprecated, getDeprecatedEP, getIssue, getLastModified, getReplaced, getReplacedByField, getReplacedEP, getSupported, getUpdated, getUpdatedEP, setAdded, setAddedEP, setChangeType, setDeprecated, setDeprecatedEP, setIssue, setLastModified, setReplaced, setReplacedByField, setReplacedEP, setSupported, setUpdated, setUpdatedEP
- 
Method Details- 
getAnnotationOapiAnnotation getAnnotation()Returns all metadata on an element (documentation etc.).- Returns:
- all metadata on an element (documentation etc.)
- See Also:
 
- 
setAnnotationSet all metadata on an element (documentation etc.).- Parameters:
- value- the new value of the 'Annotation' containment reference.
- See Also:
 
- 
getDisplayOrderint getDisplayOrder()Returns an integer order attribute for displaying purposes.- Returns:
- an integer order attribute for displaying purposes
- See Also:
 
- 
setDisplayOrdervoid setDisplayOrder(int value) Set an integer order attribute for displaying purposes.- Parameters:
- value- the new value of the 'Display Order' attribute.
- See Also:
 
- 
getFIXMLFileNameString getFIXMLFileName()Returns an associated FIXML filename.- Returns:
- an associated FIXML filename
- See Also:
 
- 
setFIXMLFileNameSet an associated FIXML filename.- Parameters:
- value- the new value of the 'FIXML File Name' attribute.
- See Also:
 
- 
getNameString getName()Returns the name of the section.- Returns:
- the name of the section
- See Also:
 
- 
setNameSet the name of the section.- Parameters:
- value- the new value of the 'Name' attribute.
- See Also:
 
 
-