RoundingMode
Attributes
- Source
- BigDecimal.scala
- Graph
-
- Supertypes
- Self type
-
RoundingMode.type
Members list
Type members
Inherited classlikes
A class implementing the scala.Enumeration.Value type.
A class implementing the scala.Enumeration.Value type. This class can be overridden to change the enumeration's naming and integer identification behaviour.
Attributes
- Inherited from:
- Enumeration
- Source
- Enumeration.scala
- Supertypes
-
class Valuetrait Serializabletrait Comparable[Value]class Objecttrait Matchableclass AnyShow all
An ordering by id for values of this set
An ordering by id for values of this set
Attributes
- Inherited from:
- Enumeration
- Source
- Enumeration.scala
- Supertypes
-
trait PartialOrdering[Value]trait Serializabletrait Comparator[Value]class Objecttrait Matchableclass AnyShow all
A class for sets of values.
A class for sets of values. Iterating through this set will yield values in increasing order of their ids.
Value parameters
- nnIds
-
The set of ids of values (adjusted so that the lowest value does not fall below zero), organized as a
BitSet
.
Attributes
- Inherited from:
- Enumeration
- Source
- Enumeration.scala
- Supertypes
-
trait Serializableclass AbstractSet[Value]class AbstractSet[Value]trait Equalsclass AbstractIterable[Value]trait IterableOnce[Value]class Objecttrait Matchableclass AnyShow all
A factory object for value sets
A factory object for value sets
Attributes
- Inherited from:
- Enumeration
- Source
- Enumeration.scala
- Supertypes
Inherited and Abstract classlikes
The type of the enumerated values.
The type of the enumerated values.
Attributes
- Inherited from:
- Enumeration
- Source
- Enumeration.scala
- Supertypes
- Known subtypes
-
class Val
Types
Attributes
- Source
- BigDecimal.scala
Value members
Inherited methods
Creates a fresh value, part of this enumeration, called name
and identified by the integer i
.
Creates a fresh value, part of this enumeration, called name
and identified by the integer i
.
Value parameters
- i
-
An integer that identifies this value at run-time. It must be unique amongst all values of the enumeration.
- name
-
A human-readable name for that value.
Attributes
- Returns
-
Fresh value with the provided identifier
i
and namename
. - Inherited from:
- Enumeration
- Source
- Enumeration.scala
Creates a fresh value, part of this enumeration, called name
.
Creates a fresh value, part of this enumeration, called name
.
Value parameters
- name
-
A human-readable name for that value.
Attributes
- Returns
-
Fresh value called
name
. - Inherited from:
- Enumeration
- Source
- Enumeration.scala
Creates a fresh value, part of this enumeration, identified by the integer i
.
Creates a fresh value, part of this enumeration, identified by the integer i
.
Value parameters
- i
-
An integer that identifies this value at run-time. It must be unique amongst all values of the enumeration.
Attributes
- Returns
-
Fresh value identified by
i
. - Inherited from:
- Enumeration
- Source
- Enumeration.scala
Creates a fresh value, part of this enumeration.
Creates a fresh value, part of this enumeration.
Attributes
- Inherited from:
- Enumeration
- Source
- Enumeration.scala
The value of this enumeration with given id x
The value of this enumeration with given id x
Attributes
- Inherited from:
- Enumeration
- Source
- Enumeration.scala
The one higher than the highest integer amongst those used to identify values in this enumeration.
The one higher than the highest integer amongst those used to identify values in this enumeration.
Attributes
- Inherited from:
- Enumeration
- Source
- Enumeration.scala
Attributes
- Inherited from:
- Enumeration
- Source
- Enumeration.scala
The name of this enumeration.
The name of this enumeration.
Attributes
- Definition Classes
-
Enumeration -> Any
- Inherited from:
- Enumeration
- Source
- Enumeration.scala
The values of this enumeration as a set.
The values of this enumeration as a set.
Attributes
- Inherited from:
- Enumeration
- Source
- Enumeration.scala
Return a Value
from this Enumeration
whose name matches the argument s
.
Return a Value
from this Enumeration
whose name matches the argument s
. The names are determined automatically via reflection.
Value parameters
- s
-
an
Enumeration
name
Attributes
- Returns
-
the
Value
of thisEnumeration
if its name matchess
- Throws
-
NoSuchElementException if no
Value
with a matching name is in thisEnumeration
- Inherited from:
- Enumeration
- Source
- Enumeration.scala
Concrete fields
Attributes
- Source
- BigDecimal.scala
Attributes
- Source
- BigDecimal.scala
Attributes
- Source
- BigDecimal.scala
Attributes
- Source
- BigDecimal.scala
Attributes
- Source
- BigDecimal.scala
Attributes
- Source
- BigDecimal.scala
Attributes
- Source
- BigDecimal.scala
Attributes
- Source
- BigDecimal.scala
Inherited fields
The integer to use to identify the next created value.
The integer to use to identify the next created value.
Attributes
- Inherited from:
- Enumeration
- Source
- Enumeration.scala
The string to use to name the next created value.
The string to use to name the next created value.
Attributes
- Inherited from:
- Enumeration
- Source
- Enumeration.scala