class Union extends AbstractType with IUnionType

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Union
  2. IUnionType
  3. AbstractType
  4. HasExtra
  5. ITypeDefinition
  6. IHasExtra
  7. INamedEntity
  8. Described
  9. Adaptable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Union(_name: String, _universe: IUniverse = EmptyUniverse, _path: String = "")

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. var _allFacets: Option[List[IProperty]]
    Definition Classes
    AbstractType
  5. var _allSupers: Option[Seq[ITypeDefinition]]
    Definition Classes
    AbstractType
  6. var _annotations: ListBuffer[IAnnotation]
    Definition Classes
    Described
  7. var _customProperties: ListBuffer[IProperty]
    Definition Classes
    AbstractType
  8. var _description: String
    Definition Classes
    Described
  9. val _extras: Map[String, Any]
    Definition Classes
    HasExtra
  10. var _facets: ListBuffer[IProperty]
    Definition Classes
    AbstractType
  11. var _fixedBuildInFacets: Map[String, Any]
    Definition Classes
    AbstractType
  12. var _fixedFacets: Map[String, Any]
    Definition Classes
    AbstractType
  13. var _isCustom: Boolean
    Definition Classes
    AbstractType
  14. var _isLocked: Boolean
    Definition Classes
    AbstractType
  15. var _key: Option[NamedId]
    Definition Classes
    AbstractType
  16. var _name: String
    Definition Classes
    Described
  17. var _nameAtRuntime: Option[String]
    Definition Classes
    AbstractType
  18. var _options: Seq[ITypeDefinition]
  19. var _props: Option[List[IProperty]]
    Definition Classes
    AbstractType
  20. var _tags: ListBuffer[String]
    Definition Classes
    Described
  21. var _version: String
    Definition Classes
    Described
  22. def addAnnotation(a: IAnnotation): Unit
    Definition Classes
    Described
  23. def addFacet(q: IProperty): Unit
    Definition Classes
    AbstractType
  24. def addSuperType(q: ITypeDefinition): Unit
    Definition Classes
    AbstractType
  25. def allCustomProperties(): Seq[IProperty]
    Definition Classes
    AbstractType
  26. def allFacets(ps: Map[String, ITypeDefinition] = ...): Seq[IProperty]
    Definition Classes
    AbstractType
  27. def allFacets(visited: Map[String, ITypeDefinition]): Seq[IProperty]
    Definition Classes
    AbstractTypeITypeDefinition
  28. def allFacets: Seq[IProperty]
    Definition Classes
    AbstractTypeITypeDefinition
  29. def allFixedBuiltInFacets: Map[String, Any]
    Definition Classes
    AbstractTypeITypeDefinition
  30. def allFixedFacets: Map[String, Any]
    Definition Classes
    AbstractTypeITypeDefinition
  31. def allProperties(ps: Map[String, ITypeDefinition]): Seq[IProperty]
    Definition Classes
    AbstractType
  32. def allProperties(visited: Map[String, ITypeDefinition]): Seq[IProperty]
    Definition Classes
    AbstractTypeITypeDefinition
  33. def allProperties: Seq[IProperty]
    Definition Classes
    AbstractTypeITypeDefinition
  34. def allSubTypes: Seq[ITypeDefinition]
    Definition Classes
    AbstractTypeITypeDefinition
  35. def allSuperTypes: Seq[ITypeDefinition]
    Definition Classes
    AbstractTypeITypeDefinition
  36. def allSuperTypesRecurrent(t: ITypeDefinition, result: ListBuffer[ITypeDefinition], m: Map[String, ITypeDefinition] = ...): Unit
    Definition Classes
    AbstractType
  37. def annotationType: Option[IAnnotationType]
    Definition Classes
    AbstractTypeITypeDefinition
  38. def annotations(): Seq[IAnnotation]
    Definition Classes
    Described
  39. def array: Option[IArrayType]
    Definition Classes
    AbstractTypeITypeDefinition
  40. def arrayInHierarchy: Option[Array]
    Definition Classes
    AbstractTypeITypeDefinition
  41. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  42. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def collectAllFixedFacets(builtIn: Boolean): Map[String, Any]
    Definition Classes
    AbstractType
  44. def collectFixedFacets(builtIn: Boolean): Map[String, Any]
    Definition Classes
    AbstractType
  45. def customProperties: Seq[IProperty]
    Definition Classes
    AbstractType
  46. def description: String
    Definition Classes
    Described
  47. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  49. def external: Option[IExternalType]
    Definition Classes
    AbstractTypeITypeDefinition
  50. def externalInHierarchy: Option[ExternalType]
    Definition Classes
    AbstractTypeITypeDefinition
  51. def facet(name: String): Option[IProperty]
    Definition Classes
    AbstractTypeITypeDefinition
  52. def facets: Seq[IProperty]
    Definition Classes
    AbstractTypeITypeDefinition
  53. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  54. def fixFacet(name: String, v: Any, builtIn: Boolean = false): Unit
    Definition Classes
    AbstractType
  55. def fixedBuiltInFacets: Map[String, Any]
    Definition Classes
    AbstractTypeITypeDefinition
  56. def fixedFacets: Map[String, Any]
    Definition Classes
    AbstractTypeITypeDefinition
  57. def genuineUserDefinedTypeInHierarchy: Option[ITypeDefinition]
    Definition Classes
    AbstractTypeITypeDefinition
  58. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  59. def getExtra[T](kind: Extra[T]): Option[T]
    Definition Classes
    HasExtraIHasExtra
  60. def getFixedFacets: Map[String, Any]
    Definition Classes
    AbstractTypeITypeDefinition
  61. def getNameAtRuntimeOption[Stirng]: Option[String]
    Definition Classes
    AbstractType
  62. def getPath: String
    Definition Classes
    AbstractType
  63. def hasArrayInHierarchy: Boolean
    Definition Classes
    UnionAbstractTypeITypeDefinition
  64. def hasExternalInHierarchy: Boolean
    Definition Classes
    AbstractTypeITypeDefinition
  65. def hasGenuineUserDefinedTypeInHierarchy: Boolean
    Definition Classes
    AbstractTypeITypeDefinition
  66. def hasStructure: Boolean
    Definition Classes
    AbstractTypeITypeDefinition
  67. def hasUnionInHierarchy: Boolean
    Definition Classes
    UnionAbstractTypeITypeDefinition
  68. def hasValueTypeInHierarchy: Boolean
    Definition Classes
    AbstractTypeITypeDefinition
  69. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  70. def isAnnotationType: Boolean
    Definition Classes
    AbstractTypeITypeDefinition
  71. def isArray: Boolean
    Definition Classes
    AbstractTypeITypeDefinition
  72. def isAssignableFrom(typeName: String): Boolean
    Definition Classes
    AbstractTypeITypeDefinition
  73. def isBuiltIn: Boolean
    Definition Classes
    AbstractTypeITypeDefinition
  74. def isCustom: Boolean
    Definition Classes
    AbstractType
  75. def isExternal: Boolean
    Definition Classes
    AbstractTypeITypeDefinition
  76. def isGenuineUserDefinedType: Boolean
    Definition Classes
    AbstractTypeITypeDefinition
  77. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  78. def isLocked: Boolean
    Definition Classes
    AbstractType
  79. def isObject: Boolean
    Definition Classes
    UnionAbstractTypeITypeDefinition
  80. def isTopLevel: Boolean
    Definition Classes
    AbstractTypeITypeDefinition
  81. def isUnion: Boolean
    Definition Classes
    UnionAbstractTypeITypeDefinition
  82. def isUserDefined: Boolean
    Definition Classes
    UnionAbstractTypeITypeDefinition
  83. def isValueType: Boolean
    Definition Classes
    AbstractTypeITypeDefinition
  84. def key: Option[NamedId]
    Definition Classes
    UnionAbstractTypeITypeDefinition
  85. def kind(): Seq[String]
    Definition Classes
    AbstractTypeITypeDefinition
  86. def lock(): Unit
    Definition Classes
    AbstractType
  87. def nameId: Option[String]
    Definition Classes
    Described
  88. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  89. final def notify(): Unit
    Definition Classes
    AnyRef
  90. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  91. def options: Seq[ITypeDefinition]
    Definition Classes
    UnionIUnionType
  92. def printDetails(indent: String, settings: IPrintDetailsSettings): String
    Definition Classes
    AbstractTypeITypeDefinition
  93. def printDetails(indent: String): String
    Definition Classes
    AbstractTypeITypeDefinition
  94. def printDetails: String
    Definition Classes
    AbstractTypeITypeDefinition
  95. def properties: Seq[IProperty]
    Definition Classes
    AbstractTypeITypeDefinition
  96. def property(propName: String): Option[IProperty]
    Definition Classes
    AbstractTypeITypeDefinition
  97. def putExtra[T](kind: Extra[T], value: T): Unit
    Definition Classes
    HasExtraIHasExtra
  98. def putExtra[T](kind: Extra[T]): Unit
    Definition Classes
    IHasExtra
  99. def registerCustomProperty(p: IProperty): Unit
    Definition Classes
    AbstractType
  100. def removeAnnotation(a: IAnnotation): Unit
    Definition Classes
    Described
  101. def requiredProperties: Seq[IProperty]
    Definition Classes
    AbstractTypeITypeDefinition
  102. def setCustom(val: Boolean): Unit
    Definition Classes
    AbstractType
  103. def setName(name: String): Unit
    Definition Classes
    Described
  104. def setNameAtRuntime(name: String): Unit
    Definition Classes
    AbstractType
  105. def setOptions(options: Seq[ITypeDefinition]): Unit
  106. def subTypes: Seq[ITypeDefinition]
    Definition Classes
    AbstractTypeITypeDefinition
  107. def superTypes: Seq[ITypeDefinition]
    Definition Classes
    AbstractTypeITypeDefinition
  108. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  109. def tags: Seq[String]
    Definition Classes
    Described
  110. def toString(): String
    Definition Classes
    AnyRef → Any
  111. def typeId: Option[String]
    Definition Classes
    AbstractType
  112. var uc: Boolean
    Definition Classes
    AbstractType
  113. def union: Option[Union]
    Definition Classes
    UnionAbstractTypeITypeDefinition
  114. def unionInHierarchy: Option[Union]
    Definition Classes
    UnionAbstractTypeITypeDefinition
  115. def universe: IUniverse
    Definition Classes
    AbstractTypeITypeDefinition
  116. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  117. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  118. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  119. def withDescription(d: String): Described
    Definition Classes
    Described

Inherited from IUnionType

Inherited from AbstractType

Inherited from HasExtra

Inherited from ITypeDefinition

Inherited from IHasExtra

Inherited from INamedEntity

Inherited from Described

Inherited from Adaptable

Inherited from AnyRef

Inherited from Any

Ungrouped