public interface ProfileDescriptor extends IdEObject
The following features are supported:
StorePackage.getProfileDescriptor()| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
String |
getIdentifier()
Returns the value of the 'Identifier' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
boolean |
isPublicProfile()
Returns the value of the 'Public Profile' attribute.
|
void |
setDescription(String value)
Sets the value of the '
Description' attribute. |
void |
setIdentifier(String value)
Sets the value of the '
Identifier' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setPublicProfile(boolean value)
Sets the value of the '
Public Profile' 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.getProfileDescriptor_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
StorePackage.getProfileDescriptor_Description()void setDescription(String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()boolean isPublicProfile()
If the meaning of the 'Public Profile' attribute isn't clear, there really should be more of a description here...
setPublicProfile(boolean),
StorePackage.getProfileDescriptor_PublicProfile()void setPublicProfile(boolean value)
Public Profile' attribute.
value - the new value of the 'Public Profile' attribute.isPublicProfile()String getIdentifier()
If the meaning of the 'Identifier' attribute isn't clear, there really should be more of a description here...
setIdentifier(String),
StorePackage.getProfileDescriptor_Identifier()void setIdentifier(String value)
Identifier' attribute.
value - the new value of the 'Identifier' attribute.getIdentifier()Copyright © 2018 OpenSource BIM. All rights reserved.