public abstract class AttributeType
extends Object
AttributeType$.Numeric
, AttributeType$.Nominal
,
and AttributeType$.Binary
.Constructor and Description |
---|
AttributeType(String name) |
Modifier and Type | Method and Description |
---|---|
static AttributeType |
Binary()
Binary type.
|
static AttributeType |
fromName(String name)
Gets the
AttributeType object from its name. |
String |
name() |
static AttributeType |
Nominal()
Nominal type.
|
static AttributeType |
Numeric()
Numeric type.
|
static AttributeType |
Unresolved()
Unresolved type.
|
public static AttributeType Numeric()
public static AttributeType Nominal()
public static AttributeType Binary()
public static AttributeType Unresolved()
public static AttributeType fromName(String name)
AttributeType
object from its name.name
- attribute type name: "numeric", "nominal", or "binary"public String name()