public interface ExtendedData extends IdEObject
The following features are supported:
StorePackage.getExtendedData()| Modifier and Type | Method and Description |
|---|---|
Date |
getAdded()
Returns the value of the 'Added' attribute.
|
File |
getFile()
Returns the value of the 'File' reference.
|
Project |
getProject()
Returns the value of the 'Project' reference.
|
Revision |
getRevision()
Returns the value of the 'Revision' reference.
|
ExtendedDataSchema |
getSchema()
Returns the value of the 'Schema' reference.
|
long |
getSize()
Returns the value of the 'Size' attribute.
|
String |
getTitle()
Returns the value of the 'Title' attribute.
|
String |
getUrl()
Returns the value of the 'Url' attribute.
|
User |
getUser()
Returns the value of the 'User' reference.
|
void |
setAdded(Date value)
Sets the value of the '
Added' attribute. |
void |
setFile(File value)
Sets the value of the '
File' reference. |
void |
setProject(Project value)
Sets the value of the '
Project' reference. |
void |
setRevision(Revision value)
Sets the value of the '
Revision' reference. |
void |
setSchema(ExtendedDataSchema value)
Sets the value of the '
Schema' reference. |
void |
setSize(long value)
Sets the value of the '
Size' attribute. |
void |
setTitle(String value)
Sets the value of the '
Title' attribute. |
void |
setUrl(String value)
Sets the value of the '
Url' attribute. |
void |
setUser(User value)
Sets the value of the '
User' reference. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeString getUrl()
If the meaning of the 'Url' attribute isn't clear, there really should be more of a description here...
setUrl(String),
StorePackage.getExtendedData_Url()void setUrl(String value)
Url' attribute.
value - the new value of the 'Url' attribute.getUrl()File getFile()
If the meaning of the 'File' reference isn't clear, there really should be more of a description here...
setFile(File),
StorePackage.getExtendedData_File()void setFile(File value)
File' reference.
value - the new value of the 'File' reference.getFile()long getSize()
If the meaning of the 'Size' attribute isn't clear, there really should be more of a description here...
setSize(long),
StorePackage.getExtendedData_Size()void setSize(long value)
Size' attribute.
value - the new value of the 'Size' attribute.getSize()String getTitle()
If the meaning of the 'Title' attribute isn't clear, there really should be more of a description here...
setTitle(String),
StorePackage.getExtendedData_Title()void setTitle(String value)
Title' attribute.
value - the new value of the 'Title' attribute.getTitle()Date getAdded()
If the meaning of the 'Added' attribute isn't clear, there really should be more of a description here...
setAdded(Date),
StorePackage.getExtendedData_Added()void setAdded(Date value)
Added' attribute.
value - the new value of the 'Added' attribute.getAdded()User getUser()
Extended Data'.
If the meaning of the 'User' reference isn't clear, there really should be more of a description here...
setUser(User),
StorePackage.getExtendedData_User(),
User.getExtendedData()void setUser(User value)
User' reference.
value - the new value of the 'User' reference.getUser()ExtendedDataSchema getSchema()
Extended Data'.
If the meaning of the 'Schema' reference isn't clear, there really should be more of a description here...
setSchema(ExtendedDataSchema),
StorePackage.getExtendedData_Schema(),
ExtendedDataSchema.getExtendedData()void setSchema(ExtendedDataSchema value)
Schema' reference.
value - the new value of the 'Schema' reference.getSchema()Revision getRevision()
Extended Data'.
If the meaning of the 'Revision' reference isn't clear, there really should be more of a description here...
setRevision(Revision),
StorePackage.getExtendedData_Revision(),
Revision.getExtendedData()void setRevision(Revision value)
Revision' reference.
value - the new value of the 'Revision' reference.getRevision()Project getProject()
Extended Data'.
If the meaning of the 'Project' reference isn't clear, there really should be more of a description here...
setProject(Project),
StorePackage.getExtendedData_Project(),
Project.getExtendedData()void setProject(Project value)
Project' reference.
value - the new value of the 'Project' reference.getProject()Copyright © 2018 OpenSource BIM. All rights reserved.