|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.api.SpecFuncInfo
public abstract class SpecFuncInfo
| Field Summary | |
|---|---|
static int |
DATETIME_INTERVALS
SpecFuncInfo's type. |
static int |
NUM_INTERVALS
SpecFuncInfo's type. |
static int |
STRING_INTERVALS
SpecFuncInfo's type. |
static int |
VALUE_CHANGE
SpecFuncInfo's type. |
| Constructor Summary | |
|---|---|
SpecFuncInfo()
Constructs an abstract Special Function definition. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDesc()
Gets the description text of Special Function definition. |
java.lang.String |
getInterNum()
Gets the String format value of the interval of Special Function definition. |
java.lang.String |
getOtherName()
Gets the group name of the "Others Group" of Special Function definition. |
int |
getType()
Gets the function type of Special Function definition. |
void |
setDesc(java.lang.String strDesc)
Sets the description text of Special Function definition. |
void |
setInterNum(java.lang.String sInterval)
Sets the String format value of the interval of Special Function definition. |
void |
setOtherName(java.lang.String val)
Sets the group name of the "Others Group" of Special Function definition. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int STRING_INTERVALS
public static final int DATETIME_INTERVALS
public static final int VALUE_CHANGE
public static final int NUM_INTERVALS
| Constructor Detail |
|---|
public SpecFuncInfo()
| Method Detail |
|---|
public int getType()
public java.lang.String getOtherName()
public void setOtherName(java.lang.String val)
the - group name of the "Others Group" of Special Function definition.public java.lang.String getInterNum()
public void setInterNum(java.lang.String sInterval)
sInterval - The String format value of the interval of Special Function definition.public java.lang.String getDesc()
public void setDesc(java.lang.String strDesc)
strDesc - the description text of Special Function definition.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||