public interface ParameterDefinition extends IdEObject
The following features are supported:
StorePackage.getParameterDefinition()| Modifier and Type | Method and Description |
|---|---|
Type |
getDefaultValue()
Returns the value of the 'Default Value' reference.
|
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.
|
TypeDefinition |
getType()
Returns the value of the 'Type' reference.
|
boolean |
isRequired()
Returns the value of the 'Required' attribute.
|
void |
setDefaultValue(Type value)
Sets the value of the '
Default Value' reference. |
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 |
setRequired(boolean value)
Sets the value of the '
Required' attribute. |
void |
setType(TypeDefinition value)
Sets the value of the '
Type' reference. |
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.getParameterDefinition_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()String getIdentifier()
If the meaning of the 'Identifier' attribute isn't clear, there really should be more of a description here...
setIdentifier(String),
StorePackage.getParameterDefinition_Identifier()void setIdentifier(String value)
Identifier' attribute.
value - the new value of the 'Identifier' attribute.getIdentifier()boolean isRequired()
If the meaning of the 'Required' attribute isn't clear, there really should be more of a description here...
setRequired(boolean),
StorePackage.getParameterDefinition_Required()void setRequired(boolean value)
Required' attribute.
value - the new value of the 'Required' attribute.isRequired()String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
StorePackage.getParameterDefinition_Description()void setDescription(String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()TypeDefinition getType()
If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...
setType(TypeDefinition),
StorePackage.getParameterDefinition_Type()void setType(TypeDefinition value)
Type' reference.
value - the new value of the 'Type' reference.getType()Type getDefaultValue()
If the meaning of the 'Default Value' reference isn't clear, there really should be more of a description here...
setDefaultValue(Type),
StorePackage.getParameterDefinition_DefaultValue()void setDefaultValue(Type value)
Default Value' reference.
value - the new value of the 'Default Value' reference.getDefaultValue()Copyright © 2018 OpenSource BIM. All rights reserved.