|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsonification.dataimport.visbards_resourcetoolkit.repository.category.CategoryType
public class CategoryType
| Field Summary | |
|---|---|
static int |
COLOR_CAPABLE
|
static CategoryType |
LOCATION
|
static int |
LOCATION_CAPABLE
|
static CategoryType |
LOCATION_X
|
static CategoryType |
LOCATION_Y
|
static CategoryType |
LOCATION_Z
|
static CategoryType |
MAGFIELD
|
static int |
SIZE_CAPABLE
|
static CategoryType |
TIME
|
static int |
TIME_CAPABLE
|
static int |
VECTOR_CAPABLE
|
static CategoryType |
VELOCITY
|
| Constructor Summary | |
|---|---|
CategoryType(java.lang.String name,
boolean isScalar,
boolean isDouble,
org.gjt.fredgc.unit.Unit unit)
|
|
CategoryType(java.lang.String name,
boolean isScalar,
boolean isDouble,
org.gjt.fredgc.unit.Unit units,
int cap1,
int cap2,
int cap3,
int cap4)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getName()
Returns the name of this category. |
java.lang.String |
getPseudoName()
|
org.gjt.fredgc.unit.Unit |
getUnit()
Get Units |
boolean |
isCapable(int capability_id)
Returns a true if this category is able to be mapped to the specified property. |
boolean |
isDouble()
Returns true if this cateogory is a double. |
boolean |
isScalar()
Returns true if this category is a scalar category. |
void |
setCapability(int capability_id,
boolean value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int COLOR_CAPABLE
public static final int VECTOR_CAPABLE
public static final int TIME_CAPABLE
public static final int LOCATION_CAPABLE
public static final int SIZE_CAPABLE
public static final CategoryType TIME
public static final CategoryType LOCATION
public static final CategoryType LOCATION_X
public static final CategoryType LOCATION_Y
public static final CategoryType LOCATION_Z
public static final CategoryType MAGFIELD
public static final CategoryType VELOCITY
| Constructor Detail |
|---|
public CategoryType(java.lang.String name,
boolean isScalar,
boolean isDouble,
org.gjt.fredgc.unit.Unit unit)
public CategoryType(java.lang.String name,
boolean isScalar,
boolean isDouble,
org.gjt.fredgc.unit.Unit units,
int cap1,
int cap2,
int cap3,
int cap4)
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getPseudoName()
public boolean isCapable(int capability_id)
public boolean isScalar()
public boolean isDouble()
public org.gjt.fredgc.unit.Unit getUnit()
public void setCapability(int capability_id,
boolean value)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||