public interface Asset
extends org.eclipse.emf.ecore.EObject
The following features are supported:
CommonPackage.getAsset()
Modifier and Type | Method and Description |
---|---|
int |
getBuildNumber()
Returns the value of the 'Build Number' attribute
|
java.lang.String |
getExternalChecksum()
Returns the value of the 'External Checksum' attribute
|
org.eclipse.emf.common.util.EList |
getLanguageCode()
Returns the value of the 'Language Code' attribute list.
|
int |
getMajorServiceNumber()
Returns the value of the 'Major Service Number' attribute
|
int |
getMajorVersionNumber()
Returns the value of the 'Major Version Number' attribute
|
int |
getMinorServiceNumber()
Returns the value of the 'Minor Service Number' attribute
|
int |
getMinorVersionNumber()
Returns the value of the 'Minor Version Number' attribute
|
java.util.List |
getResourcesReferenced()
Returns a list of all resources referenced by this asset.
|
java.util.List |
getResourceURIsReferenced()
Returns a list of all resource URIs referenced by this asset.
|
java.lang.String |
getUpdateStamp()
Returns the value of the 'Update Stamp' attribute
|
org.eclipse.emf.common.util.EList |
getValidationMessages()
Returns the value of the 'Validation Messages' containment reference list.
|
int |
getValidationRequest()
Returns the value of the 'Validation Request' attribute
|
boolean |
isReadOnly()
Returns the value of the 'Read Only' attribute
|
void |
setBuildNumber(int value)
Sets the value of the '
Build Number ' attribute |
void |
setExternalChecksum(java.lang.String value)
Sets the value of the '
External Checksum ' attribute |
void |
setMajorServiceNumber(int value)
Sets the value of the '
Major Service Number ' attribute |
void |
setMajorVersionNumber(int value)
Sets the value of the '
Major Version Number ' attribute |
void |
setMinorServiceNumber(int value)
Sets the value of the '
Minor Service Number ' attribute |
void |
setMinorVersionNumber(int value)
Sets the value of the '
Minor Version Number ' attribute |
void |
setReadOnly(boolean value)
Sets the value of the '
Read Only ' attribute |
void |
setUpdateStamp(java.lang.String value)
Sets the value of the '
Update Stamp ' attribute |
void |
setValidationRequest(int value)
Sets the value of the '
Validation Request ' attribute |
org.eclipse.emf.common.util.EList getLanguageCode()
LanguageCode
.
The literals are from the enumeration LanguageCode
.
If the meaning of the 'Language Code' attribute list isn't clear, there really should be more of a description here...
LanguageCode
,
CommonPackage.getAsset_LanguageCode()
int getMajorVersionNumber()
If the meaning of the 'Major Version Number' attribute isn't clear, there really should be more of a description here...
setMajorVersionNumber(int)
,
CommonPackage.getAsset_MajorVersionNumber()
void setMajorVersionNumber(int value)
Major Version Number
' attribute.
value
- the new value of the 'Major Version Number' attribute.getMajorVersionNumber()
int getMinorVersionNumber()
If the meaning of the 'Minor Version Number' attribute isn't clear, there really should be more of a description here...
setMinorVersionNumber(int)
,
CommonPackage.getAsset_MinorVersionNumber()
void setMinorVersionNumber(int value)
Minor Version Number
' attribute.
value
- the new value of the 'Minor Version Number' attribute.getMinorVersionNumber()
int getMajorServiceNumber()
If the meaning of the 'Major Service Number' attribute isn't clear, there really should be more of a description here...
setMajorServiceNumber(int)
,
CommonPackage.getAsset_MajorServiceNumber()
void setMajorServiceNumber(int value)
Major Service Number
' attribute.
value
- the new value of the 'Major Service Number' attribute.getMajorServiceNumber()
int getMinorServiceNumber()
If the meaning of the 'Minor Service Number' attribute isn't clear, there really should be more of a description here...
setMinorServiceNumber(int)
,
CommonPackage.getAsset_MinorServiceNumber()
void setMinorServiceNumber(int value)
Minor Service Number
' attribute.
value
- the new value of the 'Minor Service Number' attribute.getMinorServiceNumber()
int getBuildNumber()
If the meaning of the 'Build Number' attribute isn't clear, there really should be more of a description here...
setBuildNumber(int)
,
CommonPackage.getAsset_BuildNumber()
void setBuildNumber(int value)
Build Number
' attribute.
value
- the new value of the 'Build Number' attribute.getBuildNumber()
java.lang.String getUpdateStamp()
If the meaning of the 'Update Stamp' attribute isn't clear, there really should be more of a description here...
setUpdateStamp(String)
,
CommonPackage.getAsset_UpdateStamp()
java.util.List getResourcesReferenced()
java.util.List getResourceURIsReferenced()
void setUpdateStamp(java.lang.String value)
Update Stamp
' attribute.
value
- the new value of the 'Update Stamp' attribute.getUpdateStamp()
int getValidationRequest()
If the meaning of the 'Validation Request' attribute isn't clear, there really should be more of a description here...
setValidationRequest(int)
,
CommonPackage.getAsset_ValidationRequest()
void setValidationRequest(int value)
Validation Request
' attribute.
value
- the new value of the 'Validation Request' attribute.getValidationRequest()
java.lang.String getExternalChecksum()
If the meaning of the 'External Checksum' attribute isn't clear, there really should be more of a description here...
setExternalChecksum(String)
,
CommonPackage.getAsset_ExternalChecksum()
void setExternalChecksum(java.lang.String value)
External Checksum
' attribute.
value
- the new value of the 'External Checksum' attribute.getExternalChecksum()
boolean isReadOnly()
If the meaning of the 'Read Only' attribute isn't clear, there really should be more of a description here...
setReadOnly(boolean)
,
CommonPackage.getAsset_ReadOnly()
void setReadOnly(boolean value)
Read Only
' attribute.
value
- the new value of the 'Read Only' attribute.isReadOnly()
org.eclipse.emf.common.util.EList getValidationMessages()
ValidationMessage
.
If the meaning of the 'Validation Messages' containment reference list isn't clear, there really should be more of a description here...
CommonPackage.getAsset_ValidationMessages()
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.