public class Attribute
extends java.lang.Object
It contains information about an attribute.
Modifier and Type | Field and Description |
---|---|
static int |
InvalidAttribute
Invalid attribute identifier constant.
|
Modifier and Type | Method and Description |
---|---|
int |
getArraySize()
Gets the number of elements in the array.
|
long |
getCount()
Gets the number of non-NULL values.
|
DataType |
getDataType()
Gets the data type.
|
Value |
getDefaultValue() |
int |
getId()
Gets the Sparksee attribute identifier.
|
AttributeKind |
getKind()
Gets the attribute kind.
|
java.lang.String |
getName()
Gets the unique attribute name.
|
long |
getSize()
Gets the number of different values.
|
int |
getTypeId()
Gets the Sparksee type identifier.
|
boolean |
isArrayAttribute()
Check if it's an array attribute.
|
boolean |
isSessionAttribute()
Check if it's a session attribute or a persistent one.
|
public static int InvalidAttribute
public long getSize()
public int getId()
public int getTypeId()
public boolean isArrayAttribute()
public long getCount()
public boolean isSessionAttribute()
public DataType getDataType()
public AttributeKind getKind()
public Value getDefaultValue()
public int getArraySize()
public java.lang.String getName()