object AttributeDescription
- Alphabetic
- By Inheritance
- AttributeDescription
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- case class DottedDecimal(values: Vector[Int]) extends AttributeDescription with Product with Serializable
The attribute is identified by its OID description.
The attribute is identified by its OID description. It is in a format of "0.1.2.x...."
- values
In order values of the OID.
- case class Recognised(tpe: AttributeType.Value) extends AttributeDescription with Product with Serializable
The attribute is one of the compulsory recognised attributes.
The attribute is one of the compulsory recognised attributes.
- tpe
The attribute that was recognised.
- case class TextDescriptor(value: String) extends AttributeDescription with Product with Serializable
The attribute is identified by a descriptor.
The attribute is identified by a descriptor. That is a text representation of the attribute. And is not one of the compulsory recognised attributes.
- value
The descriptor for the attribute.
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val codec: Codec[AttributeDescription]
- val codecInner: Codec[AttributeDescription]
- def decodeDottedDecimal(str: String): Attempt[DottedDecimal]
Decodes an attribute in form of a dotted decimal.
Decodes an attribute in form of a dotted decimal.
This will fail if there are some other values than integers and dots.
- str
The string that should contain the dotted decimal format.
- def decodeTpe(str: String): Attempt[AttributeDescription]
Decodes the Attribute description from a string.
Decodes the Attribute description from a string.
This will try to match the attribute against recognised attributes first.
- str
The string that is representing the type.
- def encodeTpe(tpe: AttributeDescription): String
Encodes the description into a string that represents the attribute.
Encodes the description into a string that represents the attribute.
- tpe
The attribute description that is to be encoded.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object AttributeType extends Enumeration