Package com.esprow.oapi.repository
Interface OapiSection
- All Superinterfaces:
OapiBaseEntity
A higher level business process.
The following attributes and references are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns all metadata on an element (documentation etc.).int
Returns an integer order attribute for displaying purposes.Returns an associated FIXML filename.getName()
Returns the name of the section.void
setAnnotation
(OapiAnnotation value) Set all metadata on an element (documentation etc.).void
setDisplayOrder
(int value) Set an integer order attribute for displaying purposes.void
setFIXMLFileName
(String value) Set an associated FIXML filename.void
Set the name of the section.Methods inherited from interface com.esprow.oapi.repository.OapiBaseEntity
getAdded, 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
-
getAnnotation
OapiAnnotation getAnnotation()Returns all metadata on an element (documentation etc.).- Returns:
- all metadata on an element (documentation etc.)
- See Also:
-
setAnnotation
Set all metadata on an element (documentation etc.).- Parameters:
value
- the new value of the 'Annotation' containment reference.- See Also:
-
getDisplayOrder
int getDisplayOrder()Returns an integer order attribute for displaying purposes.- Returns:
- an integer order attribute for displaying purposes
- See Also:
-
setDisplayOrder
void setDisplayOrder(int value) Set an integer order attribute for displaying purposes.- Parameters:
value
- the new value of the 'Display Order' attribute.- See Also:
-
getFIXMLFileName
String getFIXMLFileName()Returns an associated FIXML filename.- Returns:
- an associated FIXML filename
- See Also:
-
setFIXMLFileName
Set an associated FIXML filename.- Parameters:
value
- the new value of the 'FIXML File Name' attribute.- See Also:
-
getName
String getName()Returns the name of the section.- Returns:
- the name of the section
- See Also:
-
setName
Set the name of the section.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-