|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.edustructures.sifworks.SIFSimpleType<java.lang.String>
com.edustructures.sifworks.SIFString
com.edustructures.sifworks.SIFEnum
com.edustructures.sifworks.programs.FrequencyTimeCode
public class FrequencyTimeCode
Defines the set of values that can be specified whenever a FrequencyTimeCode
is used as a parameter to a method or constructor. Alternatively, the static
wrap method can be called to encapsulate any string value in
a FrequencyTimeCode object.
| Field Summary | |
|---|---|
static FrequencyTimeCode |
ANNUALLY
Annually ("S007") |
static FrequencyTimeCode |
BI_WEEKLY
Bi-weekly ("S002") |
static FrequencyTimeCode |
MONTHLY
Monthly ("S004") |
static FrequencyTimeCode |
OTHER
Other ("S999") |
static FrequencyTimeCode |
QUARTERLY
quarterly ("S005") |
static FrequencyTimeCode |
SEMI_ANNUALLY
Semi-annually ("S006") |
static FrequencyTimeCode |
SEMI_MONTHLY
Semi-monthly ("S003") |
static FrequencyTimeCode |
WEEKLY
Weekly ("S001") |
| Method Summary | |
|---|---|
static FrequencyTimeCode |
wrap(java.lang.String value)
Wrap an arbitrary string value in a FrequencyTimeCode object. |
| Methods inherited from class com.edustructures.sifworks.SIFString |
|---|
getTypeConverter, isDoNotEncode |
| Methods inherited from class com.edustructures.sifworks.SIFSimpleType |
|---|
createField, equals, getDataType, getSQLType, getValue, hashCode, toString, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final FrequencyTimeCode OTHER
public static final FrequencyTimeCode QUARTERLY
public static final FrequencyTimeCode BI_WEEKLY
public static final FrequencyTimeCode WEEKLY
public static final FrequencyTimeCode ANNUALLY
public static final FrequencyTimeCode SEMI_MONTHLY
public static final FrequencyTimeCode MONTHLY
public static final FrequencyTimeCode SEMI_ANNUALLY
| Method Detail |
|---|
public static FrequencyTimeCode wrap(java.lang.String value)
value - The element/attribute value. This method does not verify
that the value is valid according to the SIF Specification.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||