Packages

object FieldLocality extends FieldLocalityMetaInformation

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FieldLocality
  2. FieldLocalityMetaInformation
  3. PropertyMetaInformation
  4. PropertyKind
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final type Self = FieldLocality

Value Members

  1. final def id: Int

    The id uniquely identifies this property's category.

    The id uniquely identifies this property's category. All property objects of the same kind have to use the same id which is guaranteed since they share the same PropertyKey

    Definition Classes
    PropertyMetaInformationPropertyKind
  2. final lazy val key: PropertyKey[FieldLocality]

    The key uniquely identifies this property's category.

    The key uniquely identifies this property's category. All property objects of the same kind have to use the same key.

    In general each Property kind is expected to have a companion object that stores the unique PropertyKey.

    Definition Classes
    FieldLocalityPropertyMetaInformation