public interface ContractType
The following features are supported:
ContractPackage.getContractType()| Modifier and Type | Method and Description |
|---|---|
ContractIdentifierType |
getContractIdentifier()
Returns the value of the 'Contract Identifier' containment reference.
|
DescriptionType |
getLongDescription()
Returns the value of the 'Long Description' containment reference.
|
DescriptionType |
getShortDescription()
Returns the value of the 'Short Description' containment reference.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
void |
setContractIdentifier(ContractIdentifierType value)
Sets the value of the '
Contract Identifier' containment reference. |
void |
setLongDescription(DescriptionType value)
Sets the value of the '
Long Description' containment reference. |
void |
setShortDescription(DescriptionType value)
Sets the value of the '
Short Description' containment reference. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data' containment reference. |
ContractIdentifierType getContractIdentifier()
setContractIdentifier(ContractIdentifierType),
ContractPackage.getContractType_ContractIdentifier()void setContractIdentifier(ContractIdentifierType value)
Contract Identifier' containment reference.
value - the new value of the 'Contract Identifier' containment reference.getContractIdentifier()DescriptionType getShortDescription()
setShortDescription(DescriptionType),
ContractPackage.getContractType_ShortDescription()void setShortDescription(DescriptionType value)
Short Description' containment reference.
value - the new value of the 'Short Description' containment reference.getShortDescription()DescriptionType getLongDescription()
setLongDescription(DescriptionType),
ContractPackage.getContractType_LongDescription()void setLongDescription(DescriptionType value)
Long Description' containment reference.
value - the new value of the 'Long Description' containment reference.getLongDescription()UserDataType getUserData()
setUserData(UserDataType),
ContractPackage.getContractType_UserData()void setUserData(UserDataType value)
User Data' containment reference.
value - the new value of the 'User Data' containment reference.getUserData()