Package com.nomagic.magicdraw.mof
Class MofDescriptor
java.lang.Object
com.nomagic.magicdraw.mof.MofDescriptor
MOF type description.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns file filter.getType()
Get MOF type.getTypeString
(boolean lowerCase) Get MOF type.
-
Field Details
-
EMOF
EMOF -
CMOF
CMOF
-
-
Method Details
-
getType
Get MOF type. -
getTypeString
Get MOF type.- Parameters:
lowerCase
- indicates type character case (e.g. "emof" or "EMOF")- Returns:
- type of the MOF.
-
getFilter
Returns file filter. Filters the files according MOf type.- Returns:
- file filter.
-