object BagDataType extends ShortEnum[BagDataType] with Product with Serializable
- Grouped
- Alphabetic
- By Inheritance
- BagDataType
- Serializable
- Serializable
- Product
- Equals
- ShortEnum
- ValueEnum
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
-
def
apply(v: Short): BagDataType
Converts a short value to a bag data (field) type.
Converts a short value to a bag data (field) type.
- returns
The data type represented by this value.
- Exceptions thrown
SilkDataFormatExceptionif the short represents no known data type.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
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 macro
def
findValues: IndexedSeq[BagDataType]
- Attributes
- protected
- Definition Classes
- ShortEnum
-
final
def
getClass(): Class[_]
- 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
-
lazy val
values: IndexedSeq[BagDataType]
Collection of all known valid SiLK bag data types.
Collection of all known valid SiLK bag data types.
- Definition Classes
- BagDataType → ValueEnum
-
final
lazy val
valuesToEntriesMap: Map[Short, BagDataType]
- Definition Classes
- ValueEnum
-
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()
-
def
withValue(i: Short): BagDataType
- Definition Classes
- ValueEnum
- Annotations
- @SuppressWarnings()
-
def
withValueEither(i: Short): Either[NoSuchMember[Short, ValueEnumEntry[Short]], BagDataType]
- Definition Classes
- ValueEnum
-
def
withValueOpt(i: Short): Option[BagDataType]
- Definition Classes
- ValueEnum
- object SKBAG_FIELD_ANY_COUNTRY extends BagDataType with Product with Serializable
- object SKBAG_FIELD_ANY_IP_PMAP extends BagDataType with Product with Serializable
- object SKBAG_FIELD_ANY_IPv4 extends BagDataType with Product with Serializable
- object SKBAG_FIELD_ANY_IPv6 extends BagDataType with Product with Serializable
- object SKBAG_FIELD_ANY_PORT extends BagDataType with Product with Serializable
- object SKBAG_FIELD_ANY_PORT_PMAP extends BagDataType with Product with Serializable
- object SKBAG_FIELD_ANY_SNMP extends BagDataType with Product with Serializable
- object SKBAG_FIELD_ANY_TIME extends BagDataType with Product with Serializable
- object SKBAG_FIELD_APPLICATION extends BagDataType with Product with Serializable
- object SKBAG_FIELD_BYTES extends BagDataType with Product with Serializable
- object SKBAG_FIELD_CUSTOM extends BagDataType with Product with Serializable
- object SKBAG_FIELD_DIP_COUNTRY extends BagDataType with Product with Serializable
- object SKBAG_FIELD_DIP_PMAP extends BagDataType with Product with Serializable
- object SKBAG_FIELD_DIPv4 extends BagDataType with Product with Serializable
- object SKBAG_FIELD_DIPv6 extends BagDataType with Product with Serializable
- object SKBAG_FIELD_DPORT extends BagDataType with Product with Serializable
- object SKBAG_FIELD_DPORT_PMAP extends BagDataType with Product with Serializable
- object SKBAG_FIELD_ELAPSED extends BagDataType with Product with Serializable
- object SKBAG_FIELD_ENDTIME extends BagDataType with Product with Serializable
- object SKBAG_FIELD_FLAGS extends BagDataType with Product with Serializable
- object SKBAG_FIELD_FTYPE_CLASS extends BagDataType with Product with Serializable
- object SKBAG_FIELD_FTYPE_TYPE extends BagDataType with Product with Serializable
- object SKBAG_FIELD_ICMP_TYPE_CODE extends BagDataType with Product with Serializable
- object SKBAG_FIELD_INIT_FLAGS extends BagDataType with Product with Serializable
- object SKBAG_FIELD_INPUT extends BagDataType with Product with Serializable
- object SKBAG_FIELD_NHIPv4 extends BagDataType with Product with Serializable
- object SKBAG_FIELD_NHIPv6 extends BagDataType with Product with Serializable
- object SKBAG_FIELD_OUTPUT extends BagDataType with Product with Serializable
- object SKBAG_FIELD_PACKETS extends BagDataType with Product with Serializable
- object SKBAG_FIELD_PROTO extends BagDataType with Product with Serializable
- object SKBAG_FIELD_RECORDS extends BagDataType with Product with Serializable
- object SKBAG_FIELD_REST_FLAGS extends BagDataType with Product with Serializable
- object SKBAG_FIELD_SID extends BagDataType with Product with Serializable
- object SKBAG_FIELD_SIP_COUNTRY extends BagDataType with Product with Serializable
- object SKBAG_FIELD_SIP_PMAP extends BagDataType with Product with Serializable
- object SKBAG_FIELD_SIPv4 extends BagDataType with Product with Serializable
- object SKBAG_FIELD_SIPv6 extends BagDataType with Product with Serializable
- object SKBAG_FIELD_SPORT extends BagDataType with Product with Serializable
- object SKBAG_FIELD_SPORT_PMAP extends BagDataType with Product with Serializable
- object SKBAG_FIELD_STARTTIME extends BagDataType with Product with Serializable
- object SKBAG_FIELD_SUM_BYTES extends BagDataType with Product with Serializable
- object SKBAG_FIELD_SUM_ELAPSED extends BagDataType with Product with Serializable
- object SKBAG_FIELD_SUM_PACKETS extends BagDataType with Product with Serializable
- object SKBAG_FIELD_TCP_STATE extends BagDataType with Product with Serializable