ParentType
ENUM
ParentType
Swift
1public enum ParentTypeCases
Object(_:)
Swift
1case Object(Object.Type)Interface(_:)
Swift
1case Interface(Interface.Type)Union(_:)
Swift
1case Union(Union.Type)ENUM
ParentType1public enum ParentTypeObject(_:)1case Object(Object.Type)Interface(_:)1case Interface(Interface.Type)Union(_:)1case Union(Union.Type)