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:
-
Field Summary
Fields inherited from class wt.conflict._ContextType
CONTEXT_KEY, EXTERNALIZATION_VERSION_UIDFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinitialize(ConflictContextType contextKey) Default factory for the class.Methods inherited from class wt.conflict._ContextType
getClassInfo, getConceptualClassname, getContextKey, getType, readExternal, readExternal, readVersion, setContextKey, super_readExternal_ContextType, super_readVersion_ContextType, super_writeExternal_ContextType, writeExternal, writeExternalMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfo
-
Method Details
-
initialize
Default factory for the class.
Supported API: true- Throws:
WTException
-