Package wt.effectivity
Class _UnitEffectivity
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.effectivity._UnitEffectivity
- All Implemented Interfaces:
Externalizable,Serializable,wt.eff._Eff,wt.eff._EffRecord,wt.eff._StringEff,Eff,EffRecord,wt.eff.form._EffForm,EffForm,StringEff,wt.effectivity._Effectivity,Effectivity,wt.esi._Releasable,Releasable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,NetFactor,ObjectMappable,Persistable,wt.federation._FederatedLinkHolder,wt.federation._RemotelyLinkable,wt.federation.FederatedLinkHolder,wt.federation.RemotelyLinkable,DisplayIdentification,wt.ufid._Federatable,wt.ufid.Federatable
- Direct Known Subclasses:
UnitEffectivity
public abstract class _UnitEffectivity
extends WTObject
implements Effectivity, StringEff, Externalizable
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionThe context, constrained as an EffConfigurationItem.The context, constrained as an EffConfigurationItem.getRange()The StringEffRange for this StringEff.The target for an Eff.The target for an Eff.voidsetEffContext(EffContext the_effContext) The context, constrained as an EffConfigurationItem.voidsetEffContextReference(ObjectReference the_effContextReference) The context, constrained as an EffConfigurationItem.voidThe StringEffRange for this StringEff.voidsetTarget(EffRecordable the_target) The target for an Eff.voidsetTargetReference(WTReference the_targetReference) The target for an Eff.Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.eff.EffRecord
getAdditionalAttributeMap, setAdditionalAttributeMap
-
Field Details
-
RANGE
The StringEffRange for this StringEff.Supported API: true
- See Also:
-
-
Method Details
-
getRange
The StringEffRange for this StringEff.Supported API: true
- Specified by:
getRangein interfacewt.eff.form._EffForm- See Also:
-
setRange
The StringEffRange for this StringEff.Supported API: true
- Specified by:
setRangein interfacewt.eff.form._EffForm- Throws:
WTPropertyVetoException- See Also:
-
getEffContext
The context, constrained as an EffConfigurationItem. Note that the context is required by this Eff.Supported API: true
- Specified by:
getEffContextin interfacewt.eff.form._EffForm- See Also:
-
getEffContextReference
The context, constrained as an EffConfigurationItem. Note that the context is required by this Eff.Supported API: true
- Specified by:
getEffContextReferencein interfacewt.eff.form._EffForm- See Also:
-
setEffContext
The context, constrained as an EffConfigurationItem. Note that the context is required by this Eff.Supported API: true
- Specified by:
setEffContextin interfacewt.eff.form._EffForm- Throws:
WTPropertyVetoExceptionWTException- See Also:
-
setEffContextReference
public void setEffContextReference(ObjectReference the_effContextReference) throws WTPropertyVetoException The context, constrained as an EffConfigurationItem. Note that the context is required by this Eff.Supported API: true
- Specified by:
setEffContextReferencein interfacewt.eff.form._EffForm- Throws:
WTPropertyVetoException- See Also:
-
getTarget
The target for an Eff.Supported API: true
- Specified by:
getTargetin interfacewt.eff._EffRecord- See Also:
-
getTargetReference
The target for an Eff.Supported API: true
- Specified by:
getTargetReferencein interfacewt.eff._EffRecord- See Also:
-
setTarget
The target for an Eff.Supported API: true
- Specified by:
setTargetin interfacewt.eff._EffRecord- Specified by:
setTargetin interfaceEff- Throws:
WTPropertyVetoExceptionWTException- See Also:
-
setTargetReference
The target for an Eff.Supported API: true
- Specified by:
setTargetReferencein interfacewt.eff._EffRecord- Throws:
WTPropertyVetoException- See Also:
-