|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The range of values (from start to end) under which an Eff
is
valid; the start value is required, and indicates when the Eff becomes
valid, but the end value is optional, and when non-null signifies when
an Eff is no longer valid.
Supported API: true
Extendable: true
StringEffRange
,
LeftFilledStringEffRange
,
DateEffRange
,
EffGroupAssistant.rangeToEffRanges
,
EffGroupAssistant.effRangesToRange
Field Summary | |
static String |
END
Label for the attribute; The end, which is not required, indicates when an Eff becomes invalid (null is equivalent to infinity). |
static String |
START
Label for the attribute; The start, which is required, indicates when an Eff becomes valid. |
Method Summary | |
Serializable |
getEnd()
Gets the value of the attribute: END. |
Serializable |
getStart()
Gets the value of the attribute: START. |
void |
setEnd(Serializable a_End)
Sets the value of the attribute: END. |
void |
setStart(Serializable a_Start)
Sets the value of the attribute: START. |
Methods inherited from interface wt.fc.ObjectMappable |
readExternal, writeExternal |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo, getConceptualClassname |
Field Detail |
public static final String START
public static final String END
Method Detail |
public Serializable getStart()
public void setStart(Serializable a_Start) throws WTPropertyVetoException
a_Start
-
WTPropertyVetoException
public Serializable getEnd()
public void setEnd(Serializable a_End) throws WTPropertyVetoException
a_End
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |