|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.fc.WTObject
wt.enterprise.Master
wt.epm.EPMDocumentMaster
The Master of an EPMDocument. It has a name and number, the latter of which must be unique, and is paired to a EPMDocument.
Use the newEPMDocumentMaster
static factory method(s), not
the EPMDocumentMaster
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
Field Summary | |
static String |
AUTHORING_APPLICATION
Label for the attribute; Indicates that the named application authored the object. |
private static int |
AUTHORING_APPLICATION_UPPER_LIMIT
|
private EPMAuthoringAppType |
authoringApplication
|
private String |
CADName
|
static String |
CADNAME
Label for the attribute; TheCAD Name of the document.t. |
private static int |
CADNAME_UPPER_LIMIT
|
private static String |
CLASSNAME
|
static String |
CONTAINER
Label for the attribute. |
private WTContainerRef |
containerReference
|
static String |
DEFAULT_UNIT
Label for the attribute; The default unit of measurement assigned to the document when it is used in a structure. |
private static int |
DEFAULT_UNIT_UPPER_LIMIT
|
private QuantityUnit |
defaultUnit
|
static String |
DOC_SUB_TYPE
Label for the attribute. |
private static int |
DOC_SUB_TYPE_UPPER_LIMIT
|
static String |
DOC_TYPE
Label for the attribute. |
private static int |
DOC_TYPE_UPPER_LIMIT
|
private EPMDocSubType |
docSubType
|
private EPMDocumentType |
docType
|
private static String |
EPMRESOURCE
|
static long |
EXTERNALIZATION_VERSION_UID
|
private FederatableInfo |
federatableInfo
|
private String |
name
|
static String |
NAME
Label for the attribute; The name of the document. |
private static int |
NAME_UPPER_LIMIT
|
private String |
number
|
static String |
NUMBER
Label for the attribute; The number attribute represents the number for this document and all of its versions. |
private static int |
NUMBER_UPPER_LIMIT
|
static String |
OCCURRENCE_TABLE
Label for the attribute. |
static String |
OCCURRENCE_TABLE_REFERENCE
Label for the attribute. |
private ObjectReference |
occurrenceTableReference
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private WTPrincipalReference |
organizationReference
|
static String |
OWNER_APPLICATION
Label for the attribute; Indicate that the named application owns the object. |
private static int |
OWNER_APPLICATION_UPPER_LIMIT
|
private EPMApplicationType |
ownerApplication
|
static long |
R51_EXTERNALIZATION_VERSION_UID
|
static long |
R62_EXTERNALIZATION_VERSION_UID
|
static long |
R70_EXTERNALIZATION_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private AttributeContainer |
theAttributeContainer
|
private TypeDefinitionReference |
typeDefinitionReference
|
Fields inherited from class wt.enterprise.Master |
|
Fields inherited from class wt.fc.WTObject |
CREATE_TIMESTAMP, MODIFY_TIMESTAMP |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Fields inherited from interface wt.epm.EPMObject |
UNSPECIFIED |
Fields inherited from interface wt.ufid.Federatable |
FEDERATABLE_INFO |
Fields inherited from interface wt.vc.Mastered |
SERIES |
Fields inherited from interface wt.org.OrganizationOwnedImpl |
ORGANIZATION_REFERENCE |
Fields inherited from interface wt.org.OrganizationOwned |
ORGANIZATION, ORGANIZATION_CODING_SYSTEM, ORGANIZATION_NAME, ORGANIZATION_UNIQUE_IDENTIFIER |
Fields inherited from interface wt.inf.container.WTContainedIdentified |
CONTAINER_REFERENCE |
Fields inherited from interface wt.inf.container.WTContained |
CONTAINER_ID, CONTAINER_NAME |
Fields inherited from interface wt.type.Typed |
TYPE_DEFINITION_REFERENCE |
Fields inherited from interface wt.iba.value.IBAHolder |
ATTRIBUTE_CONTAINER |
Fields inherited from interface wt.fc.BusinessInformation |
BUSINESS_TYPE, IDENTITY |
Fields inherited from interface wt.identity.DisplayIdentification |
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE |
Constructor Summary | |
EPMDocumentMaster()
|
Method Summary | |
private void |
authoringApplicationValidate(EPMAuthoringAppType a_AuthoringApplication)
|
private void |
CADNameValidate(String a_CADName)
|
void |
checkAttributes()
Validates the values of the required attributes. |
private void |
containerReferenceValidate(WTContainerRef a_ContainerReference)
|
long |
createOccurrenceIdForPath(long[] path)
Create a new Occurrrence ID for the specified path. |
private void |
defaultUnitValidate(QuantityUnit a_DefaultUnit)
|
private void |
docTypeValidate(EPMDocumentType a_DocType)
|
boolean |
equals(Object obj)
Indicates whether the given object is equal to this object from a persistence perspective, by comparing the two objects ObjectIdentifier s. |
private void |
federatableInfoValidate(FederatableInfo a_FederatableInfo)
|
AttributeContainer |
getAttributeContainer()
Gets the object for the association that plays role: ATTRIBUTE_CONTAINER. |
EPMAuthoringAppType |
getAuthoringApplication()
Gets the value of the attribute: AUTHORING_APPLICATION. |
String |
getCADName()
Gets the value of the attribute: CADNAME. |
String |
getConceptualClassname()
Deprecated. |
WTContainer |
getContainer()
Gets the object for the association that plays role: CONTAINER. |
String |
getContainerName()
Gets the value of the attribute: CONTAINER_NAME. |
WTContainerRef |
getContainerReference()
Gets the value of the attribute: CONTAINER_REFERENCE. |
QuantityUnit |
getDefaultUnit()
Gets the object for the association that plays role: DEFAULT_UNIT. |
EPMDocSubType |
getDocSubType()
Gets the object for the association that plays role: DOC_SUB_TYPE. |
EPMDocumentType |
getDocType()
Gets the object for the association that plays role: DOC_TYPE. |
FederatableInfo |
getFederatableInfo()
Gets the object for the association that plays role: FEDERATABLE_INFO. |
IdentificationObject |
getIdentificationObject()
Constructs and returns an identification object. |
String |
getIdentity()
Deprecated. Replaced by getDisplayIdentifier() to return a localizable message which supplies the identifier for the object. To return a localizable value which includes the object type, use getDisplayIdentity(). For general messages, getDisplayIdentity() by itself is prefereble to using a combination of getDisplayType() and getDisplayIdentifier(). |
String |
getName()
Gets the value of the attribute: NAME. |
String |
getNumber()
Gets the value of the attribute: NUMBER. |
long |
getOccurrenceIdForPath(long[] path)
Given the path of placed member link identifiers, return the occurrence identifier. |
EPMOccurrenceTable |
getOccurrenceTable()
Gets the object for the association that plays role: OCCURRENCE_TABLE. |
ObjectReference |
getOccurrenceTableReference()
Gets the value of the attribute: OCCURRENCE_TABLE_REFERENCE. |
WTOrganization |
getOrganization()
Gets the value of the attribute: ORGANIZATION. |
String |
getOrganizationCodingSystem()
Gets the value of the attribute: ORGANIZATION_CODING_SYSTEM. |
String |
getOrganizationName()
Gets the value of the attribute: ORGANIZATION_NAME. |
WTPrincipalReference |
getOrganizationReference()
Gets the value of the attribute: ORGANIZATION_REFERENCE. |
String |
getOrganizationUniqueIdentifier()
Gets the value of the attribute: ORGANIZATION_UNIQUE_IDENTIFIER. |
EPMApplicationType |
getOwnerApplication()
Gets the value of the attribute: OWNER_APPLICATION. |
TypeDefinitionReference |
getTypeDefinitionReference()
Gets the object for the association that plays role: TYPE_DEFINITION_REFERENCE. |
int |
hashCode()
Returns a hash code for this object based upon its ObjectIdentifier . |
protected void |
initialize(String newNumber,
String newName,
EPMAuthoringAppType authoringAppl,
EPMDocumentType documentType,
EPMDocSubType docSubType,
String CADName,
QuantityUnit defaultUnit)
|
private void |
nameValidate(String a_Name)
|
static EPMDocumentMaster |
newEPMDocumentMaster()
Default factory for the class. |
private void |
numberValidate(String a_Number)
|
private void |
occurrenceTableReferenceValidate(ObjectReference a_OccurrenceTableReference)
|
private void |
organizationReferenceValidate(WTPrincipalReference a_OrganizationReference)
|
private void |
ownerApplicationValidate(EPMApplicationType a_OwnerApplication)
|
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
void |
readExternal(PersistentRetrieveIfc input)
Used by Persistent Data Service to populate the persistent attributes of this class from a persistent store. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(EPMDocumentMaster thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setAttributeContainer(AttributeContainer a_AttributeContainer)
Sets the object for the association that plays role: ATTRIBUTE_CONTAINER. |
void |
setAuthoringApplication(EPMAuthoringAppType a_AuthoringApplication)
Sets the value of the attribute: AUTHORING_APPLICATION. |
void |
setCADName(String a_CADName)
Sets the value of the attribute: CADNAME. |
void |
setContainer(WTContainer a_Container)
Sets the object for the association that plays role: CONTAINER. |
void |
setContainerReference(WTContainerRef a_ContainerReference)
Sets the value of the attribute: CONTAINER_REFERENCE. |
void |
setDefaultUnit(QuantityUnit a_DefaultUnit)
Sets the object for the association that plays role: DEFAULT_UNIT. |
void |
setDocSubType(EPMDocSubType a_DocSubType)
Sets the object for the association that plays role: DOC_SUB_TYPE. |
void |
setDocType(EPMDocumentType a_DocType)
Sets the object for the association that plays role: DOC_TYPE. |
void |
setFederatableInfo(FederatableInfo a_FederatableInfo)
Sets the object for the association that plays role: FEDERATABLE_INFO. |
void |
setName(String a_Name)
Sets the value of the attribute: NAME. |
void |
setNumber(String a_Number)
Sets the value of the attribute: NUMBER. |
void |
setOccurrenceTable(EPMOccurrenceTable a_OccurrenceTable)
Sets the object for the association that plays role: OCCURRENCE_TABLE. |
void |
setOccurrenceTableReference(ObjectReference a_OccurrenceTableReference)
Sets the value of the attribute: OCCURRENCE_TABLE_REFERENCE. |
void |
setOrganization(WTOrganization a_Organization)
Sets the value of the attribute: ORGANIZATION. |
void |
setOrganizationReference(WTPrincipalReference a_OrganizationReference)
Sets the value of the attribute: ORGANIZATION_REFERENCE. |
void |
setOwnerApplication(EPMApplicationType a_OwnerApplication)
Sets the value of the attribute: OWNER_APPLICATION. |
void |
setTypeDefinitionReference(TypeDefinitionReference a_TypeDefinitionReference)
Sets the object for the association that plays role: TYPE_DEFINITION_REFERENCE. |
private void |
typeDefinitionReferenceValidate(TypeDefinitionReference a_TypeDefinitionReference)
|
protected void |
updateCADName(String a_CADName)
|
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
void |
writeExternal(PersistentStoreIfc output)
Used by Persistent Data Service to obtain the values of the persistent attributes of this class, so they can be written to a persistent store. |
Methods inherited from class wt.enterprise.Master |
getBusinessType, getSeries, readVersion, setSeries |
Methods inherited from class wt.fc.WTObject |
duplicate, finalize, getClassInfo, getCreateTimestamp, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getModifyTimestamp, getPersistInfo, getType, initialize, readVersion, setPersistInfo, toString |
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface wt.fc.Persistable |
getPersistInfo, getType, setPersistInfo |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo |
Methods inherited from interface wt.vc.Mastered |
getSeries, setSeries |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
public static final String NUMBER
private static int NUMBER_UPPER_LIMIT
private String number
public static final String NAME
private static int NAME_UPPER_LIMIT
private String name
public static final String CADNAME
private static int CADNAME_UPPER_LIMIT
private String CADName
public static final String OWNER_APPLICATION
The parameter is an EPMApplicationType, so that any sort of checking
can be done at run-time.
Supported API: true
private static int OWNER_APPLICATION_UPPER_LIMIT
private EPMApplicationType ownerApplication
public static final String AUTHORING_APPLICATION
The parameter is an EPMAuthoringAppType, so that any sort of checking
can be done at run-time.
Supported API: true
private static int AUTHORING_APPLICATION_UPPER_LIMIT
private EPMAuthoringAppType authoringApplication
public static final String OCCURRENCE_TABLE
public static final String OCCURRENCE_TABLE_REFERENCE
private ObjectReference occurrenceTableReference
public static final String DOC_TYPE
private static int DOC_TYPE_UPPER_LIMIT
private EPMDocumentType docType
public static final String DOC_SUB_TYPE
private static int DOC_SUB_TYPE_UPPER_LIMIT
private EPMDocSubType docSubType
public static final String DEFAULT_UNIT
private static int DEFAULT_UNIT_UPPER_LIMIT
private QuantityUnit defaultUnit
private FederatableInfo federatableInfo
private WTPrincipalReference organizationReference
public static final String CONTAINER
private WTContainerRef containerReference
private TypeDefinitionReference typeDefinitionReference
private AttributeContainer theAttributeContainer
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
private static final String EPMRESOURCE
public static final long R51_EXTERNALIZATION_VERSION_UID
public static final long R62_EXTERNALIZATION_VERSION_UID
public static final long R70_EXTERNALIZATION_VERSION_UID
Constructor Detail |
public EPMDocumentMaster()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class Master
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class Master
input
-
IOException
ClassNotFoundException
protected boolean readVersion(EPMDocumentMaster thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public void writeExternal(PersistentStoreIfc output) throws SQLException, DatastoreException
(Not intended for general use.)
Supported API: false
writeExternal
in interface ObjectMappable
writeExternal
in class Master
output
-
SQLException
DatastoreException
public void readExternal(PersistentRetrieveIfc input) throws SQLException, DatastoreException
(Not intended for general
use.)
Supported API: false
readExternal
in interface ObjectMappable
readExternal
in class Master
input
-
SQLException
DatastoreException
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
public String getNumber()
public void setNumber(String a_Number) throws WTPropertyVetoException
a_Number
-
WTPropertyVetoException
private void numberValidate(String a_Number) throws WTPropertyVetoException
a_Number
-
WTPropertyVetoException
public String getName()
public void setName(String a_Name) throws WTPropertyVetoException
a_Name
-
WTPropertyVetoException
private void nameValidate(String a_Name) throws WTPropertyVetoException
a_Name
-
WTPropertyVetoException
public String getCADName()
public void setCADName(String a_CADName) throws WTPropertyVetoException
a_CADName
-
WTPropertyVetoException
private void CADNameValidate(String a_CADName) throws WTPropertyVetoException
a_CADName
-
WTPropertyVetoException
public EPMApplicationType getOwnerApplication()
The parameter is an EPMApplicationType, so that any sort of checking
can be done at run-time.
Supported API: true
getOwnerApplication
in interface EPMObject
public void setOwnerApplication(EPMApplicationType a_OwnerApplication) throws WTPropertyVetoException
The parameter is an EPMApplicationType, so that any sort of checking
can be done at run-time.
Supported API: true
a_OwnerApplication
-
WTPropertyVetoException
private void ownerApplicationValidate(EPMApplicationType a_OwnerApplication) throws WTPropertyVetoException
a_OwnerApplication
-
WTPropertyVetoException
public EPMAuthoringAppType getAuthoringApplication()
The parameter is an EPMAuthoringAppType, so that any sort of checking
can be done at run-time.
Supported API: true
getAuthoringApplication
in interface EPMObject
public void setAuthoringApplication(EPMAuthoringAppType a_AuthoringApplication) throws WTPropertyVetoException
The parameter is an EPMAuthoringAppType, so that any sort of checking
can be done at run-time.
Supported API: true
a_AuthoringApplication
-
WTPropertyVetoException
private void authoringApplicationValidate(EPMAuthoringAppType a_AuthoringApplication) throws WTPropertyVetoException
a_AuthoringApplication
-
WTPropertyVetoException
public EPMOccurrenceTable getOccurrenceTable() throws WTException
WTException
public void setOccurrenceTable(EPMOccurrenceTable a_OccurrenceTable) throws WTPropertyVetoException, WTException
a_OccurrenceTable
-
WTPropertyVetoException
WTException
public ObjectReference getOccurrenceTableReference()
public void setOccurrenceTableReference(ObjectReference a_OccurrenceTableReference) throws WTPropertyVetoException
a_OccurrenceTableReference
-
WTPropertyVetoException
private void occurrenceTableReferenceValidate(ObjectReference a_OccurrenceTableReference) throws WTPropertyVetoException
a_OccurrenceTableReference
-
WTPropertyVetoException
public EPMDocumentType getDocType()
public void setDocType(EPMDocumentType a_DocType) throws WTPropertyVetoException
a_DocType
-
WTPropertyVetoException
private void docTypeValidate(EPMDocumentType a_DocType) throws WTPropertyVetoException
a_DocType
-
WTPropertyVetoException
public EPMDocSubType getDocSubType()
public void setDocSubType(EPMDocSubType a_DocSubType) throws WTPropertyVetoException
a_DocSubType
-
WTPropertyVetoException
public QuantityUnit getDefaultUnit()
public void setDefaultUnit(QuantityUnit a_DefaultUnit) throws WTPropertyVetoException
a_DefaultUnit
-
WTPropertyVetoException
private void defaultUnitValidate(QuantityUnit a_DefaultUnit) throws WTPropertyVetoException
a_DefaultUnit
-
WTPropertyVetoException
public void checkAttributes() throws InvalidAttributeException
checkAttributes
in interface Persistable
checkAttributes
in class WTObject
InvalidAttributeException
public String getIdentity()
getIdentity
in interface Persistable
getIdentity
in class Master
public IdentificationObject getIdentificationObject() throws WTException
getIdentificationObject
in interface Identified
WTException
public long getOccurrenceIdForPath(long[] path) throws WTException
path
- An array of UniqueLinkID values from the EPMDependencyLinks starting at this EPMDocument and connecting to the other EPMDocument.
WTException
public long createOccurrenceIdForPath(long[] path) throws WTException
path
- An array of UniqueLinkID values from the EPMDependencyLinks starting at this EPMDocument and connecting to the other EPMDocument.
WTException
public static EPMDocumentMaster newEPMDocumentMaster() throws WTException
WTException
public FederatableInfo getFederatableInfo()
getFederatableInfo
in interface Federatable
public void setFederatableInfo(FederatableInfo a_FederatableInfo) throws WTPropertyVetoException
setFederatableInfo
in interface Federatable
a_FederatableInfo
-
WTPropertyVetoException
private void federatableInfoValidate(FederatableInfo a_FederatableInfo) throws WTPropertyVetoException
a_FederatableInfo
-
WTPropertyVetoException
public WTPrincipalReference getOrganizationReference()
getOrganizationReference
in interface OrganizationOwnedImpl
public void setOrganizationReference(WTPrincipalReference a_OrganizationReference) throws WTPropertyVetoException
setOrganizationReference
in interface OrganizationOwnedImpl
a_OrganizationReference
-
WTPropertyVetoException
private void organizationReferenceValidate(WTPrincipalReference a_OrganizationReference) throws WTPropertyVetoException
a_OrganizationReference
-
WTPropertyVetoException
public String getOrganizationUniqueIdentifier()
getOrganizationUniqueIdentifier
in interface OrganizationOwned
public String getOrganizationCodingSystem()
getOrganizationCodingSystem
in interface OrganizationOwned
public String getOrganizationName()
getOrganizationName
in interface OrganizationOwned
public WTOrganization getOrganization()
getOrganization
in interface OrganizationOwned
public void setOrganization(WTOrganization a_Organization) throws WTPropertyVetoException
setOrganization
in interface OrganizationOwned
a_Organization
-
WTPropertyVetoException
public WTContainer getContainer()
getContainer
in interface WTContainedIdentified
public void setContainer(WTContainer a_Container) throws WTPropertyVetoException, WTException
setContainer
in interface WTContainedIdentified
a_Container
-
WTPropertyVetoException
WTException
public WTContainerRef getContainerReference()
getContainerReference
in interface WTContainedIdentified
public void setContainerReference(WTContainerRef a_ContainerReference) throws WTPropertyVetoException
setContainerReference
in interface WTContainedIdentified
a_ContainerReference
-
WTPropertyVetoException
private void containerReferenceValidate(WTContainerRef a_ContainerReference) throws WTPropertyVetoException
a_ContainerReference
-
WTPropertyVetoException
public String getContainerName()
WTContainer
this object is assigned to.
getContainerName
in interface WTContained
public TypeDefinitionReference getTypeDefinitionReference()
getTypeDefinitionReference
in interface Typed
public void setTypeDefinitionReference(TypeDefinitionReference a_TypeDefinitionReference) throws WTPropertyVetoException
setTypeDefinitionReference
in interface Typed
a_TypeDefinitionReference
-
WTPropertyVetoException
private void typeDefinitionReferenceValidate(TypeDefinitionReference a_TypeDefinitionReference) throws WTPropertyVetoException
a_TypeDefinitionReference
-
WTPropertyVetoException
public AttributeContainer getAttributeContainer()
getAttributeContainer
in interface IBAHolder
public void setAttributeContainer(AttributeContainer a_AttributeContainer)
setAttributeContainer
in interface IBAHolder
a_AttributeContainer
- public boolean equals(Object obj)
ObjectIdentifier
s.
Changed or stale copies are still considered equal by this method.
Delegates to PersistenceHelper.equals(Persistable,Object)
.
Warning: Certain core Windchill operations may depend upon
equals
being ObjectIdentifier
-based. Changes
to the default implementation should be done with care, if at all.
Supported API: false
equals
in class Master
obj
-
public int hashCode()
ObjectIdentifier
.
Delegates to PersistenceHelper.hashCode(Persistable)
.
Warning: Certain core Windchill operations may depend upon
hashCode
being ObjectIdentifier-based
. Changes
to the default implementation should be done with care, if at all.
Supported API: false
hashCode
in class Master
protected void initialize(String newNumber, String newName, EPMAuthoringAppType authoringAppl, EPMDocumentType documentType, EPMDocSubType docSubType, String CADName, QuantityUnit defaultUnit) throws WTException
WTException
protected void updateCADName(String a_CADName) throws WTException, WTPropertyVetoException
WTException
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |