public final class CGAAttributeType
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static CGAAttributeType |
Boolean
Boolean - Attribute is a boolean
|
static CGAAttributeType |
Boolean_Array
Boolean_Array - Attribute is an array of boolean values
|
static CGAAttributeType |
Float
Float - Attribute is a numeric attribute that is a float value
|
static CGAAttributeType |
Float_Array
Float_Array - Attribute is an array of float values
|
static CGAAttributeType |
String
String - Attribute is a string
|
static CGAAttributeType |
String_Array
String_Array - Attribute is an array of string values
|
| Modifier and Type | Method and Description |
|---|---|
static CGAAttributeType |
valueOf(java.lang.String name) |
static CGAAttributeType[] |
values() |
public static final CGAAttributeType Float
public static final CGAAttributeType String
public static final CGAAttributeType Boolean
public static final CGAAttributeType Float_Array
public static final CGAAttributeType String_Array
public static final CGAAttributeType Boolean_Array
public static CGAAttributeType[] values()
public static CGAAttributeType valueOf(java.lang.String name)