Package | Description |
---|---|
com.pervasive.datarush.analytics.util |
Provides some (internal) utility classes for Analytics.
|
Modifier and Type | Method and Description |
---|---|
DynamicEnum.Value |
DynamicEnum.forName(String name)
Returns the Value that corresponds to the given name.
|
DynamicEnum.Value |
DynamicEnum.forOrdinal(int ordinal)
Returns the Value that corresponds to the given ordinal.
|
Modifier and Type | Method and Description |
---|---|
Iterator<DynamicEnum.Value> |
DynamicEnum.iterator()
Iterates over all the Values in the enumeration.
|
Copyright © 2016 Actian Corporation. All rights reserved.