Package com.esprow.oapi.repository
Interface OapiCategory
- All Superinterfaces:
OapiBaseEntity
An element associating other elements to business areas.
The following attributes and references are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns all metadata on an element (documentation etc.).Returns a type of the category components.Returns a FIXML category filename.Returns a type of an included file.getName()
Returns the name of the category.Returns an element containing multiple categories.void
setAnnotation
(OapiAnnotation value) Set all metadata on an element (documentation etc.).void
setComponentType
(CatComponentType value) Set a type of the category components.void
setFIXMLFileName
(String value) Set a FIXML category filename.void
setIncludeFile
(CatIncludeFile value) Set a type of an included file.void
Set the name of the category.void
setSection
(String value) Set an element containing multiple categories.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:
-
getComponentType
CatComponentType getComponentType()Returns a type of the category components. The literals are from the enumerationCatComponentType
.- Returns:
- a type of the category components
- See Also:
-
setComponentType
Set a type of the category components.- Parameters:
value
- the new value of the 'Component Type' attribute.- See Also:
-
getFIXMLFileName
String getFIXMLFileName()Returns a FIXML category filename.- Returns:
- a FIXML category filename
- See Also:
-
setFIXMLFileName
Set a FIXML category filename.- Parameters:
value
- the new value of the 'FIXML File Name' attribute.- See Also:
-
getIncludeFile
CatIncludeFile getIncludeFile()Returns a type of an included file. The literals are from the enumerationCatIncludeFile
.- Returns:
- a type of an included file
- See Also:
-
setIncludeFile
Set a type of an included file.- Parameters:
value
- the new value of the 'Include File' attribute.- See Also:
-
getName
String getName()Returns the name of the category.- Returns:
- the name of the category
- See Also:
-
setName
Set the name of the category.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-
getSection
String getSection()Returns an element containing multiple categories.- Returns:
- an element containing multiple categories
- See Also:
-
setSection
Set an element containing multiple categories.- Parameters:
value
- the new value of the 'Section' attribute.- See Also:
-