Package wt.conflict
Class ContextType
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.conflict._ContextType
wt.conflict.ContextType
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,DisplayIdentification
@GenAsPersistable(superClass=WTObject.class,
serializable=EXTERNALIZABLE_BASIC,
properties=@GeneratedProperty(name="contextKey",type=EnumeratedType.class,accessors=@PropertyAccessors(setExceptions={}),columnProperties=@ColumnProperties(unique=true)))
public class ContextType
extends wt.conflict._ContextType
Use the newContextType static factory method(s), not
the ContextType constructor, to construct instances of
this class. Instances must be constructed using the static factory(s),
in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionprotected voidinitialize(ConflictContextType contextKey) Default factory for the class.Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
-
Method Details
-
initialize
Default factory for the class.
Supported API: true- Throws:
WTException
-