wt.annotation
Class StructuredAnnotationSet

java.lang.Object
  extended by wt.fc.WTObject
      extended by wt.enterprise.CabinetManaged
          extended by wt.annotation.AnnotationSet
              extended by wt.annotation.StructuredAnnotationSet
All Implemented Interfaces:
Externalizable, Serializable, AccessControlled, wt.access.AccessControlList, wt.access.AdHocControlled, wt.access.PolicyAccessControlled, wt.access.SecurityLabeled, wt.admin.DomainAdministered, wt.change2.SupportingMaterial, NetFactor, ObjectMappable, Persistable, CabinetBased, CabinetMember, FolderEntry, wt.folder.FolderServiceManaged, DisplayIdentification, Indexable, WTContained, wt.lifecycle.LifeCycleManaged, Notifiable, Ownable, wt.recent.RecentlyVisited, wt.team.TeamManaged

public class StructuredAnnotationSet
extends AnnotationSet
implements Externalizable

Use the newStructuredAnnotationSet static factory method(s), not the StructuredAnnotationSet 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: true

See Also:
Serialized Form

Field Summary
 
Fields inherited from class wt.annotation.AnnotationSet
DESCRIPTION, IS_APPLIED, NAME
 
Method Summary
protected  void initialize(String name)
          Supports initialization, following construction of an instance.
static StructuredAnnotationSet newStructuredAnnotationSet()
          

Supported API: true
static StructuredAnnotationSet newStructuredAnnotationSet(String name)
          

Supported API: true
 
Methods inherited from class wt.annotation.AnnotationSet
getDescription, getName, isIsApplied, newAnnotationSet, newAnnotationSet, setDescription, setIsApplied, setName
 
Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

newStructuredAnnotationSet

public static StructuredAnnotationSet newStructuredAnnotationSet()
                                                          throws WTException


Supported API: true

Returns:
StructuredAnnotationSet
Throws:
WTException

newStructuredAnnotationSet

public static StructuredAnnotationSet newStructuredAnnotationSet(String name)
                                                          throws WTException


Supported API: true

Parameters:
name -
Returns:
StructuredAnnotationSet
Throws:
WTException

initialize

protected void initialize(String name)
                   throws WTException
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.

Supported API: true

Overrides:
initialize in class AnnotationSet
Parameters:
name -
Throws:
WTException