wt.epm.familytable
Interface EPMFamilyTableMaster

All Superinterfaces:
EPMFeatureDefinitionContainer, EPMObject, EPMParameterDefinitionContainer, NetFactor, ObjectMappable, Persistable, Serializable
All Known Implementing Classes:
EPMSepFamilyTableMaster

public interface EPMFamilyTableMaster
extends EPMParameterDefinitionContainer, EPMFeatureDefinitionContainer, Persistable, EPMObject



Supported API: false

Extendable: false


Field Summary
static String NAME
          Label for the attribute.
 
Fields inherited from interface wt.fc.Persistable
IDENTITY, PERSIST_INFO, TYPE
 
Fields inherited from interface wt.epm.EPMObject
AUTHORING_APPLICATION, OWNER_APPLICATION, UNSPECIFIED
 
Method Summary
 String getName()
          Gets the value of the attribute: NAME.
 void setName(String a_Name)
          Sets the value of the attribute: NAME.
 
Methods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo
 
Methods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternal
 
Methods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassname
 
Methods inherited from interface wt.epm.EPMObject
checkAttributes, getAuthoringApplication, getOwnerApplication
 

Field Detail

NAME

public static final String NAME
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getName

public String getName()
Gets the value of the attribute: NAME.

Supported API: false

Returns:
String

setName

public void setName(String a_Name)
             throws WTPropertyVetoException
Sets the value of the attribute: NAME.

Supported API: false

Parameters:
a_Name -
Throws:
WTPropertyVetoException