public interface ServiceType extends IdEObject
The following features are supported:
StorePackage.getServiceType()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ServiceField> |
getFields()
Returns the value of the 'Fields' reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
String |
getSimpleName()
Returns the value of the 'Simple Name' attribute.
|
ServiceSimpleType |
getSimpleType()
Returns the value of the 'Simple Type' attribute.
|
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setSimpleName(String value)
Sets the value of the '
Simple Name' attribute. |
void |
setSimpleType(ServiceSimpleType value)
Sets the value of the '
Simple Type' 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.getServiceType_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()String getSimpleName()
If the meaning of the 'Simple Name' attribute isn't clear, there really should be more of a description here...
setSimpleName(String),
StorePackage.getServiceType_SimpleName()void setSimpleName(String value)
Simple Name' attribute.
value - the new value of the 'Simple Name' attribute.getSimpleName()org.eclipse.emf.common.util.EList<ServiceField> getFields()
ServiceField.
If the meaning of the 'Fields' reference list isn't clear, there really should be more of a description here...
StorePackage.getServiceType_Fields()ServiceSimpleType getSimpleType()
ServiceSimpleType.
If the meaning of the 'Simple Type' attribute isn't clear, there really should be more of a description here...
ServiceSimpleType,
setSimpleType(ServiceSimpleType),
StorePackage.getServiceType_SimpleType()void setSimpleType(ServiceSimpleType value)
Simple Type' attribute.
value - the new value of the 'Simple Type' attribute.ServiceSimpleType,
getSimpleType()Copyright © 2016 OpenSource BIM. All rights reserved.