Object/Trait

com.salesforce.op.features.types

FeatureType

Related Docs: trait FeatureType | package types

Permalink

object FeatureType extends Serializable

Feature value type related functions

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FeatureType
  2. Serializable
  3. Serializable
  4. AnyRef
  5. 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. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. def featureTypeTag(featureClassName: String): scala.reflect.api.JavaUniverse.TypeTag[_ <: FeatureType]

    Permalink

    Feature type tag

    Feature type tag

    featureClassName

    feature type class name

    returns

    feature type tag

    Exceptions thrown

    ClassNotFoundException if class not found with given name

    IllegalArgumentException if type tag not available

  9. def featureTypeTag(featureClass: Class[_ <: FeatureType]): scala.reflect.api.JavaUniverse.TypeTag[_ <: FeatureType]

    Permalink

    Feature type tag

    Feature type tag

    featureClass

    feature type class

    returns

    feature type tag

    Exceptions thrown

    IllegalArgumentException if type tag is not available

  10. def featureValueTypeTag(featureValueTypeName: String): scala.reflect.api.JavaUniverse.TypeTag[_]

    Permalink

    Feature value type tag

    Feature value type tag

    featureValueTypeName

    feature value type name

    returns

    feature value type tag

    Exceptions thrown

    IllegalArgumentException if type tag not available

  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. def isFeatureType(t: scala.reflect.api.JavaUniverse.TypeTag[_]): Boolean

    Permalink

    If this type tag corresponds to one of the feature types (Real, Text, etc)

    If this type tag corresponds to one of the feature types (Real, Text, etc)

    t

    type tag

    returns

    true if this type tag corresponds to one of the feature types, false otherwise

  15. def isFeatureValueType(t: scala.reflect.api.JavaUniverse.TypeTag[_]): Boolean

    Permalink

    If this type tag corresponds to one of the feature value types (Real#Value, Text#Value etc)

    If this type tag corresponds to one of the feature value types (Real#Value, Text#Value etc)

    t

    type tag

    returns

    true if this type tag corresponds to one of the feature value types, false otherwise

  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def isSubtype[A <: FeatureType, B <: FeatureType](implicit arg0: scala.reflect.api.JavaUniverse.WeakTypeTag[A], arg1: scala.reflect.api.JavaUniverse.WeakTypeTag[B]): Boolean

    Permalink

    Check whether feature's type A is a subtype of the feature type B

    Check whether feature's type A is a subtype of the feature type B

    A

    feature type

    B

    feature type

    returns

    true if A conforms to B, false otherwise

  18. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def shortTypeName[O <: FeatureType](implicit arg0: scala.reflect.api.JavaUniverse.WeakTypeTag[O]): String

    Permalink

    Returns short feature type name

    Returns short feature type name

    O

    feature type

    returns

    short feature type name

  22. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. def typeName[O <: FeatureType](implicit arg0: scala.reflect.api.JavaUniverse.WeakTypeTag[O]): String

    Permalink

    Returns feature type name

    Returns feature type name

    O

    feature type

    returns

    feature type name

  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped