Merge pull request #1852 from freechipsproject/omecc-fix

Object model: Make OMECC an OMEnum type
This commit is contained in:
Udit Khanna 2019-02-27 11:43:18 -08:00 committed by GitHub
commit e356db51bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ case class OMDCache(
_types: Seq[String] = Seq("OMDCache", "OMCache", "OMDevice", "OMComponent", "OMCompoundType")
) extends OMCache
case class OMECC(code: String) extends OMBaseType
case class OMECC(code: String) extends OMEnum
object OMECC {
val Identity = OMECC("Identity")