class Property[A] extends HasClassName with HasOptionalProtoId with HasSchemaInfo
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Property
- HasSchemaInfo
- HasOptionalProtoId
- HasClassName
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Property(name: String, valueType: ValueType[A], comment: Option[String] = None, schemaInfo: SchemaInfo)
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
_cardinality: Cardinality
- Attributes
- protected
-
val
_protoId: Option[Int]
- Attributes
- protected
- Definition Classes
- HasOptionalProtoId
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asList(): Property[A]
make this a list property, using a regular Sequence, with linear (slow) random access
- def cardinality: Cardinality
-
lazy val
className: String
- Definition Classes
- HasClassName
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val comment: Option[String]
- def default: Option[Default[A]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasDefault: Boolean
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isMandatory: Boolean
-
def
mandatory(default: A): Property[A]
make this a mandatory property, which allows us to use primitives (better memory footprint, no GC, ...)
-
val
name: String
- Definition Classes
- Property → HasClassName
-
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()
-
def
protoId: Option[Int]
- Definition Classes
- HasOptionalProtoId
-
def
protoId(id: Int): Property.this.type
- Definition Classes
- HasOptionalProtoId
-
val
schemaInfo: SchemaInfo
- Definition Classes
- Property → HasSchemaInfo
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val valueType: ValueType[A]
-
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( ... ) @native()