|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An Eff
based on an EffConfigurationItem
and a StringEffRange
. This class differs from LeftFilledStringEff
in that it does not left-fill the start/end values. Therefor 5>10 (for
StringEffs, 05<10 and 5>10).
Supported API: true
Extendable: true
LeftFilledStringEff
Field Summary | |
static String |
EFF_CONTEXT
Label for the attribute; The context, constrained as an EffConfigurationItem. |
static String |
EFF_CONTEXT_REFERENCE
Label for the attribute; The context, constrained as an EffConfigurationItem. |
static String |
RANGE
Label for the attribute; The StringEffRange for this StringEff. |
Fields inherited from interface wt.eff.Eff |
CREATION, CREATION_REFERENCE, DELETION, DELETION_REFERENCE, TARGET, TARGET_REFERENCE |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Method Summary | |
EffContext |
getEffContext()
Gets the object for the association that plays role: EFF_CONTEXT. |
ObjectReference |
getEffContextReference()
Gets the value of the attribute: EFF_CONTEXT_REFERENCE. |
EffRange |
getRange()
Gets the object for the association that plays role: RANGE. |
void |
setEffContext(EffContext a_EffContext)
Sets the object for the association that plays role: EFF_CONTEXT. |
void |
setEffContextReference(ObjectReference a_EffContextReference)
Sets the value of the attribute: EFF_CONTEXT_REFERENCE. |
void |
setRange(EffRange a_Range)
Sets the object for the association that plays role: RANGE. |
Methods inherited from interface wt.eff.Eff |
getCreation, getCreationReference, getDeletion, getDeletionReference, getTarget, getTargetReference, setCreation, setCreationReference, setDeletion, setDeletionReference, setTarget, setTargetReference |
Methods inherited from interface wt.fc.Persistable |
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo |
Methods inherited from interface wt.fc.ObjectMappable |
readExternal, writeExternal |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo, getConceptualClassname |
Field Detail |
public static final String RANGE
public static final String EFF_CONTEXT
public static final String EFF_CONTEXT_REFERENCE
Method Detail |
public EffRange getRange()
getRange
in interface Eff
public void setRange(EffRange a_Range) throws WTPropertyVetoException
setRange
in interface Eff
a_Range
-
WTPropertyVetoException
public EffContext getEffContext()
getEffContext
in interface Eff
public void setEffContext(EffContext a_EffContext) throws WTPropertyVetoException, WTException
setEffContext
in interface Eff
a_EffContext
-
WTPropertyVetoException
WTException
public ObjectReference getEffContextReference()
getEffContextReference
in interface Eff
public void setEffContextReference(ObjectReference a_EffContextReference) throws WTPropertyVetoException
setEffContextReference
in interface Eff
a_EffContextReference
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |