class AbstractType extends Described with ITypeDefinition with HasExtra
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- AbstractType
- HasExtra
- ITypeDefinition
- IHasExtra
- INamedEntity
- Described
- Adaptable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AbstractType(_name: String, _universe: IUniverse = EmptyUniverse, _path: String = "")
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- var _allFacets: Option[List[IProperty]]
- var _allSupers: Option[Seq[ITypeDefinition]]
-
var
_annotations: ListBuffer[IAnnotation]
- Definition Classes
- Described
- var _customProperties: ListBuffer[IProperty]
-
var
_description: String
- Definition Classes
- Described
-
val
_extras: Map[String, Any]
- Definition Classes
- HasExtra
- var _facets: ListBuffer[IProperty]
- var _fixedBuildInFacets: Map[String, Any]
- var _fixedFacets: Map[String, Any]
- var _isCustom: Boolean
- var _isLocked: Boolean
- var _key: Option[NamedId]
-
var
_name: String
- Definition Classes
- Described
- var _nameAtRuntime: Option[String]
- var _props: Option[List[IProperty]]
-
var
_tags: ListBuffer[String]
- Definition Classes
- Described
-
var
_version: String
- Definition Classes
- Described
-
def
addAnnotation(a: IAnnotation): Unit
- Definition Classes
- Described
- def addFacet(q: IProperty): Unit
- def addSuperType(q: ITypeDefinition): Unit
- def allCustomProperties(): Seq[IProperty]
- def allFacets(ps: Map[String, ITypeDefinition] = ...): Seq[IProperty]
-
def
allFacets(visited: Map[String, ITypeDefinition]): Seq[IProperty]
- Definition Classes
- AbstractType → ITypeDefinition
-
def
allFacets: Seq[IProperty]
- Definition Classes
- AbstractType → ITypeDefinition
-
def
allFixedBuiltInFacets: Map[String, Any]
- Definition Classes
- AbstractType → ITypeDefinition
-
def
allFixedFacets: Map[String, Any]
- Definition Classes
- AbstractType → ITypeDefinition
- def allProperties(ps: Map[String, ITypeDefinition]): Seq[IProperty]
-
def
allProperties(visited: Map[String, ITypeDefinition]): Seq[IProperty]
- Definition Classes
- AbstractType → ITypeDefinition
-
def
allProperties: Seq[IProperty]
- Definition Classes
- AbstractType → ITypeDefinition
-
def
allSubTypes: Seq[ITypeDefinition]
- Definition Classes
- AbstractType → ITypeDefinition
-
def
allSuperTypes: Seq[ITypeDefinition]
- Definition Classes
- AbstractType → ITypeDefinition
- def allSuperTypesRecurrent(t: ITypeDefinition, result: ListBuffer[ITypeDefinition], m: Map[String, ITypeDefinition] = ...): Unit
-
def
annotationType: Option[IAnnotationType]
- Definition Classes
- AbstractType → ITypeDefinition
-
def
annotations(): Seq[IAnnotation]
- Definition Classes
- Described
-
def
array: Option[IArrayType]
- Definition Classes
- AbstractType → ITypeDefinition
-
def
arrayInHierarchy: Option[Array]
- Definition Classes
- AbstractType → ITypeDefinition
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def collectAllFixedFacets(builtIn: Boolean): Map[String, Any]
- def collectFixedFacets(builtIn: Boolean): Map[String, Any]
- def customProperties: Seq[IProperty]
-
def
description: String
- Definition Classes
- Described
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
external: Option[IExternalType]
- Definition Classes
- AbstractType → ITypeDefinition
-
def
externalInHierarchy: Option[ExternalType]
- Definition Classes
- AbstractType → ITypeDefinition
-
def
facet(name: String): Option[IProperty]
- Definition Classes
- AbstractType → ITypeDefinition
-
def
facets: Seq[IProperty]
- Definition Classes
- AbstractType → ITypeDefinition
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def fixFacet(name: String, v: Any, builtIn: Boolean = false): Unit
-
def
fixedBuiltInFacets: Map[String, Any]
- Definition Classes
- AbstractType → ITypeDefinition
-
def
fixedFacets: Map[String, Any]
- Definition Classes
- AbstractType → ITypeDefinition
-
def
genuineUserDefinedTypeInHierarchy: Option[ITypeDefinition]
- Definition Classes
- AbstractType → ITypeDefinition
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- def getExtra[T](kind: Extra[T]): Option[T]
-
def
getFixedFacets: Map[String, Any]
- Definition Classes
- AbstractType → ITypeDefinition
- def getNameAtRuntimeOption[Stirng]: Option[String]
- def getPath: String
-
def
hasArrayInHierarchy: Boolean
- Definition Classes
- AbstractType → ITypeDefinition
-
def
hasExternalInHierarchy: Boolean
- Definition Classes
- AbstractType → ITypeDefinition
-
def
hasGenuineUserDefinedTypeInHierarchy: Boolean
- Definition Classes
- AbstractType → ITypeDefinition
-
def
hasStructure: Boolean
- Definition Classes
- AbstractType → ITypeDefinition
-
def
hasUnionInHierarchy: Boolean
- Definition Classes
- AbstractType → ITypeDefinition
-
def
hasValueTypeInHierarchy: Boolean
- Definition Classes
- AbstractType → ITypeDefinition
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
isAnnotationType: Boolean
- Definition Classes
- AbstractType → ITypeDefinition
-
def
isArray: Boolean
- Definition Classes
- AbstractType → ITypeDefinition
-
def
isAssignableFrom(typeName: String): Boolean
- Definition Classes
- AbstractType → ITypeDefinition
-
def
isBuiltIn: Boolean
- Definition Classes
- AbstractType → ITypeDefinition
- def isCustom: Boolean
-
def
isExternal: Boolean
- Definition Classes
- AbstractType → ITypeDefinition
-
def
isGenuineUserDefinedType: Boolean
- Definition Classes
- AbstractType → ITypeDefinition
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLocked: Boolean
-
def
isObject: Boolean
- Definition Classes
- AbstractType → ITypeDefinition
-
def
isTopLevel: Boolean
- Definition Classes
- AbstractType → ITypeDefinition
-
def
isUnion: Boolean
- Definition Classes
- AbstractType → ITypeDefinition
-
def
isUserDefined: Boolean
- Definition Classes
- AbstractType → ITypeDefinition
-
def
isValueType: Boolean
- Definition Classes
- AbstractType → ITypeDefinition
-
def
key: Option[NamedId]
- Definition Classes
- AbstractType → ITypeDefinition
-
def
kind(): Seq[String]
- Definition Classes
- AbstractType → ITypeDefinition
- def lock(): Unit
-
def
nameId: Option[String]
- Definition Classes
- Described
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
printDetails(indent: String, settings: IPrintDetailsSettings): String
- Definition Classes
- AbstractType → ITypeDefinition
-
def
printDetails(indent: String): String
- Definition Classes
- AbstractType → ITypeDefinition
-
def
printDetails: String
- Definition Classes
- AbstractType → ITypeDefinition
-
def
properties: Seq[IProperty]
- Definition Classes
- AbstractType → ITypeDefinition
-
def
property(propName: String): Option[IProperty]
- Definition Classes
- AbstractType → ITypeDefinition
- def putExtra[T](kind: Extra[T], value: T): Unit
-
def
putExtra[T](kind: Extra[T]): Unit
- Definition Classes
- IHasExtra
- def registerCustomProperty(p: IProperty): Unit
-
def
removeAnnotation(a: IAnnotation): Unit
- Definition Classes
- Described
-
def
requiredProperties: Seq[IProperty]
- Definition Classes
- AbstractType → ITypeDefinition
- def setCustom(val: Boolean): Unit
-
def
setName(name: String): Unit
- Definition Classes
- Described
- def setNameAtRuntime(name: String): Unit
-
def
subTypes: Seq[ITypeDefinition]
- Definition Classes
- AbstractType → ITypeDefinition
-
def
superTypes: Seq[ITypeDefinition]
- Definition Classes
- AbstractType → ITypeDefinition
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
tags: Seq[String]
- Definition Classes
- Described
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def typeId: Option[String]
- var uc: Boolean
-
def
union: Option[IUnionType]
- Definition Classes
- AbstractType → ITypeDefinition
-
def
unionInHierarchy: Option[Union]
- Definition Classes
- AbstractType → ITypeDefinition
-
def
universe: IUniverse
- Definition Classes
- AbstractType → ITypeDefinition
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
withDescription(d: String): Described
- Definition Classes
- Described