All Packages Class Hierarchy This Package Previous Next Index
Class sics.agentbase.mif.MIFType
java.lang.Object
|
+----sics.agentbase.mif.MIFType
- public class MIFType
- extends Object
- implements Serializable
-
DATE
-
-
dateMIF
-
-
FLOAT
-
-
floatMIF
-
-
INSTANCE
-
-
INTEGER
-
-
integerMIF
-
-
INTERVAL
-
-
LIST
-
-
ONEOF
-
-
OR
-
-
SET
-
-
STRING
-
-
stringMIF
-
-
SUBSET
-
-
UNDEFINED
-
-
MIFType()
-
-
MIFType(int)
-
-
MIFType(int, int)
-
-
MIFType(int, int, Object)
-
-
MIFType(MIFConcept)
-
-
getBasicType()
-
-
getType()
-
-
getValue()
-
-
setType(int)
-
-
setType(int, int)
-
-
setValue(Object)
-
-
toString()
-
-
typeToString(int)
-
UNDEFINED
public static final int UNDEFINED
INTEGER
public static final int INTEGER
FLOAT
public static final int FLOAT
DATE
public static final int DATE
STRING
public static final int STRING
SET
public static final int SET
LIST
public static final int LIST
ONEOF
public static final int ONEOF
INTERVAL
public static final int INTERVAL
INSTANCE
public static final int INSTANCE
OR
public static final int OR
SUBSET
public static final int SUBSET
integerMIF
public static final MIFType integerMIF
floatMIF
public static final MIFType floatMIF
dateMIF
public static final MIFType dateMIF
stringMIF
public static final MIFType stringMIF
MIFType
public MIFType()
MIFType
public MIFType(int type)
MIFType
public MIFType(MIFConcept concept)
MIFType
public MIFType(int type,
int basicType)
MIFType
public MIFType(int type,
int basicType,
Object value)
getType
public int getType()
setType
public void setType(int type)
setType
public void setType(int type,
int basicType)
getBasicType
public int getBasicType()
getValue
public Object getValue()
setValue
public void setValue(Object value)
typeToString
public static String typeToString(int type)
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index