Object/Trait

org.dfasdl

Attribute

Related Docs: trait Attribute | package dfasdl

Permalink

object Attribute extends Enum[Attribute] with Serializable

Linear Supertypes
Serializable, Serializable, Enum[Attribute], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Attribute
  2. Serializable
  3. Serializable
  4. Enum
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object CORRECT_OFFSET extends Attribute with Product with Serializable

    Permalink
  5. object DB_AUTO_INCREMENT extends Attribute with Product with Serializable

    Permalink
  6. object DB_COLUMN_NAME extends Attribute with Product with Serializable

    Permalink
  7. object DB_FOREIGN_KEY extends Attribute with Product with Serializable

    Permalink
  8. object DB_INSERT extends Attribute with Product with Serializable

    Permalink
  9. object DB_PRIMARY_KEY extends Attribute with Product with Serializable

    Permalink
  10. object DB_SELECT extends Attribute with Product with Serializable

    Permalink
  11. object DB_UPDATE extends Attribute with Product with Serializable

    Permalink
  12. object DECIMAL_SEPARATOR extends Attribute with Product with Serializable

    Permalink
  13. object DEFAULT_ENCODING extends Attribute with Product with Serializable

    Permalink
  14. object DEFAULT_NUMBER extends Attribute with Product with Serializable

    Permalink
  15. object DEFAULT_STRING extends Attribute with Product with Serializable

    Permalink
  16. object ENCODING extends Attribute with Product with Serializable

    Permalink
  17. object FILTER extends Attribute with Product with Serializable

    Permalink
  18. object FIXED_SEQUENCE_COUNT extends Attribute with Product with Serializable

    Permalink
  19. object FORMAT extends Attribute with Product with Serializable

    Permalink
  20. object JSON_ATTRIBUTE_NAME extends Attribute with Product with Serializable

    Permalink
  21. object KEEP_ID extends Attribute with Product with Serializable

    Permalink
  22. object LENGTH extends Attribute with Product with Serializable

    Permalink
  23. object MAX_DIGITS extends Attribute with Product with Serializable

    Permalink
  24. object MAX_LENGTH extends Attribute with Product with Serializable

    Permalink
  25. object MAX_PRECISION extends Attribute with Product with Serializable

    Permalink
  26. object PRECISION extends Attribute with Product with Serializable

    Permalink
  27. object SEMANTIC extends Attribute with Product with Serializable

    Permalink
  28. object SEMANTIC_SCHEMA extends Attribute with Product with Serializable

    Permalink
  29. object SEQUENCE_MAX extends Attribute with Product with Serializable

    Permalink
  30. object SEQUENCE_MIN extends Attribute with Product with Serializable

    Permalink
  31. object SOURCE_ID extends Attribute with Product with Serializable

    Permalink
  32. object START_SIGN extends Attribute with Product with Serializable

    Permalink
  33. object STOP_SIGN extends Attribute with Product with Serializable

    Permalink
  34. object STORAGE_PATH extends Attribute with Product with Serializable

    Permalink
  35. object TRIM extends Attribute with Product with Serializable

    Permalink
  36. object UNIQUE extends Attribute with Product with Serializable

    Permalink
  37. object XML_ATTRIBUTE_NAME extends Attribute with Product with Serializable

    Permalink
  38. object XML_ATTRIBUTE_PARENT extends Attribute with Product with Serializable

    Permalink
  39. object XML_ELEMENT_NAME extends Attribute with Product with Serializable

    Permalink
  40. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  41. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  42. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  43. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  44. macro def findValues: IndexedSeq[Attribute]

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  45. def from(name: String): Option[Attribute]

    Permalink

    Return an attribute type corresponding to the given name.

    Return an attribute type corresponding to the given name.

    name

    A string containing an XML attribute name.

    returns

    An option to the corresponding DFASDL attribute type.

  46. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  47. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  48. def indexOf(member: Attribute): Int

    Permalink
    Definition Classes
    Enum
  49. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  50. final lazy val lowerCaseNamesToValuesMap: Map[String, Attribute]

    Permalink
    Definition Classes
    Enum
  51. lazy val namesToValuesMap: Map[String, Attribute]

    Permalink
    Definition Classes
    Enum
  52. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  53. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  54. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  55. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  56. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  57. final lazy val upperCaseNameValuesToMap: Map[String, Attribute]

    Permalink
    Definition Classes
    Enum
  58. val values: IndexedSeq[Attribute]

    Permalink
    Definition Classes
    Attribute → Enum
  59. final lazy val valuesToIndex: Map[Attribute, Int]

    Permalink
    Definition Classes
    Enum
  60. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. def withName(name: String): Attribute

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  64. def withNameEither(name: String): Either[NoSuchMember[Attribute], Attribute]

    Permalink
    Definition Classes
    Enum
  65. def withNameInsensitive(name: String): Attribute

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  66. def withNameInsensitiveEither(name: String): Either[NoSuchMember[Attribute], Attribute]

    Permalink
    Definition Classes
    Enum
  67. def withNameInsensitiveOption(name: String): Option[Attribute]

    Permalink
    Definition Classes
    Enum
  68. def withNameLowercaseOnly(name: String): Attribute

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  69. def withNameLowercaseOnlyEither(name: String): Either[NoSuchMember[Attribute], Attribute]

    Permalink
    Definition Classes
    Enum
  70. def withNameLowercaseOnlyOption(name: String): Option[Attribute]

    Permalink
    Definition Classes
    Enum
  71. def withNameOption(name: String): Option[Attribute]

    Permalink
    Definition Classes
    Enum
  72. def withNameUppercaseOnly(name: String): Attribute

    Permalink
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  73. def withNameUppercaseOnlyEither(name: String): Either[NoSuchMember[Attribute], Attribute]

    Permalink
    Definition Classes
    Enum
  74. def withNameUppercaseOnlyOption(name: String): Option[Attribute]

    Permalink
    Definition Classes
    Enum

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Enum[Attribute]

Inherited from AnyRef

Inherited from Any

Ungrouped