|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectadams.core.base.BaseObject
adams.core.base.AbstractBaseString
adams.core.base.BaseList
adams.core.base.AttributeTypeList
public class AttributeTypeList
Wrapper for a comma-separated list of attribute types.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class adams.core.base.BaseList |
|---|
BaseList.Conversion |
| Field Summary | |
|---|---|
static String |
ATT_DATE
the type string for date attributes. |
static String |
ATT_NOMINAL
the type string for nominal attributes. |
static String |
ATT_NUMERIC
the type string for numeric attributes. |
static String |
ATT_STRING
the type string for string attributes. |
| Fields inherited from class adams.core.base.BaseObject |
|---|
m_Internal |
| Constructor Summary | |
|---|---|
AttributeTypeList()
Initializes the list with length 0. |
|
AttributeTypeList(String s)
Initializes the object with the string to parse. |
|
| Method Summary | |
|---|---|
protected BaseList.Conversion |
getConversion()
Returns the conversion of the string before setting its value. |
String |
getTipText()
Returns a tool tip for the GUI editor (ignored if null is returned). |
boolean |
isValid(String value)
Checks whether the string value is a valid presentation for this class. |
| Methods inherited from class adams.core.base.BaseList |
|---|
convert, listValue |
| Methods inherited from class adams.core.base.AbstractBaseString |
|---|
getValue, isEmpty, setValue, stringValue |
| Methods inherited from class adams.core.base.BaseObject |
|---|
compareTo, equals, getClone, getInternal, hashCode, newInstance, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String ATT_NUMERIC
public static final String ATT_NOMINAL
public static final String ATT_STRING
public static final String ATT_DATE
| Constructor Detail |
|---|
public AttributeTypeList()
public AttributeTypeList(String s)
s - the string to parse| Method Detail |
|---|
protected BaseList.Conversion getConversion()
getConversion in class BaseListpublic boolean isValid(String value)
isValid in class BaseListvalue - the string value to check
public String getTipText()
getTipText in class BaseList
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||