wt.configuration
Interface SerialNumberedConfiguredInstanceMaster
- All Superinterfaces:
- Mastered, NetFactor, ObjectMappable, PathOccurrenceMasterContext, Persistable, Serializable, SerialNumberedInstanceIfc, SerialNumberedInstanceMaster
- All Known Implementing Classes:
- WTProductInstanceMaster
- public interface SerialNumberedConfiguredInstanceMaster
- extends SerialNumberedInstanceMaster, PathOccurrenceMasterContext
An instance of a SerialNumberedConfiguredMaster
.
Supported API: true
Extendable: true
- See Also:
SerialNumberedConfiguredInstanceVersion
,
WTProductInstanceMaster
INSTANCE_OF
public static final String INSTANCE_OF
- Label for the attribute.
Supported API: true
- See Also:
- Constant Field Values
INSTANCE_OF_REFERENCE
public static final String INSTANCE_OF_REFERENCE
- Label for the attribute.
Supported API: true
- See Also:
- Constant Field Values
getInstanceOf
public SerialNumbered getInstanceOf()
- Gets the object for the association that plays role: INSTANCE_OF.
Supported API: true
- Specified by:
getInstanceOf
in interface SerialNumberedInstanceIfc
- Returns:
- SerialNumbered
setInstanceOf
public void setInstanceOf(SerialNumbered a_InstanceOf)
throws WTPropertyVetoException,
WTException
- Sets the object for the association that plays role: INSTANCE_OF.
Supported API: true
- Specified by:
setInstanceOf
in interface SerialNumberedInstanceIfc
- Parameters:
a_InstanceOf
-
- Throws:
WTPropertyVetoException
WTException
getInstanceOfReference
public ObjectReference getInstanceOfReference()
- Gets the value of the attribute: INSTANCE_OF_REFERENCE.
Supported API: true
- Specified by:
getInstanceOfReference
in interface SerialNumberedInstanceIfc
- Returns:
- ObjectReference
setInstanceOfReference
public void setInstanceOfReference(ObjectReference a_InstanceOfReference)
throws WTPropertyVetoException
- Sets the value of the attribute: INSTANCE_OF_REFERENCE.
Supported API: true
- Specified by:
setInstanceOfReference
in interface SerialNumberedInstanceIfc
- Parameters:
a_InstanceOfReference
-
- Throws:
WTPropertyVetoException