public interface ExtendedDataSchema extends IdEObject
The following features are supported:
StorePackage.getExtendedDataSchema()| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
org.eclipse.emf.common.util.EList<ExtendedData> |
getExtendedData()
Returns the value of the 'Extended Data' reference list.
|
File |
getFile()
Returns the value of the 'File' reference.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
String |
getNamespace()
Returns the value of the 'Namespace' attribute.
|
long |
getSize()
Returns the value of the 'Size' attribute.
|
ExtendedDataSchemaType |
getType()
Returns the value of the 'Type' attribute.
|
String |
getUrl()
Returns the value of the 'Url' attribute.
|
org.eclipse.emf.common.util.EList<User> |
getUsers()
Returns the value of the 'Users' reference list.
|
boolean |
isValidate()
Returns the value of the 'Validate' attribute.
|
void |
setDescription(String value)
Sets the value of the '
Description' attribute. |
void |
setFile(File value)
Sets the value of the '
File' reference. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setNamespace(String value)
Sets the value of the '
Namespace' attribute. |
void |
setSize(long value)
Sets the value of the '
Size' attribute. |
void |
setType(ExtendedDataSchemaType value)
Sets the value of the '
Type' attribute. |
void |
setUrl(String value)
Sets the value of the '
Url' attribute. |
void |
setValidate(boolean value)
Sets the value of the '
Validate' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeString getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
StorePackage.getExtendedDataSchema_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()String getUrl()
If the meaning of the 'Url' attribute isn't clear, there really should be more of a description here...
setUrl(String),
StorePackage.getExtendedDataSchema_Url()void setUrl(String value)
Url' attribute.
value - the new value of the 'Url' attribute.getUrl()String getNamespace()
If the meaning of the 'Namespace' attribute isn't clear, there really should be more of a description here...
setNamespace(String),
StorePackage.getExtendedDataSchema_Namespace()void setNamespace(String value)
Namespace' attribute.
value - the new value of the 'Namespace' attribute.getNamespace()String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
StorePackage.getExtendedDataSchema_Description()void setDescription(String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()File getFile()
If the meaning of the 'File' reference isn't clear, there really should be more of a description here...
setFile(File),
StorePackage.getExtendedDataSchema_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.getExtendedDataSchema_Size()void setSize(long value)
Size' attribute.
value - the new value of the 'Size' attribute.getSize()boolean isValidate()
If the meaning of the 'Validate' attribute isn't clear, there really should be more of a description here...
setValidate(boolean),
StorePackage.getExtendedDataSchema_Validate()void setValidate(boolean value)
Validate' attribute.
value - the new value of the 'Validate' attribute.isValidate()ExtendedDataSchemaType getType()
ExtendedDataSchemaType.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
ExtendedDataSchemaType,
setType(ExtendedDataSchemaType),
StorePackage.getExtendedDataSchema_Type()void setType(ExtendedDataSchemaType value)
Type' attribute.
value - the new value of the 'Type' attribute.ExtendedDataSchemaType,
getType()org.eclipse.emf.common.util.EList<User> getUsers()
User.
It is bidirectional and its opposite is 'Schemas'.
If the meaning of the 'Users' reference list isn't clear, there really should be more of a description here...
StorePackage.getExtendedDataSchema_Users(),
User.getSchemas()org.eclipse.emf.common.util.EList<ExtendedData> getExtendedData()
ExtendedData.
It is bidirectional and its opposite is 'Schema'.
If the meaning of the 'Extended Data' reference list isn't clear, there really should be more of a description here...
StorePackage.getExtendedDataSchema_ExtendedData(),
ExtendedData.getSchema()Copyright © 2016 OpenSource BIM. All rights reserved.