public class BorderContainerImpl extends EObjectImpl implements BorderContainer
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected |
children
The cached value of the '
Children' containment reference list. |
protected static int |
HORIZONTAL_SPACING_EDEFAULT
The default value of the '
Horizontal Spacing' attribute. |
protected int |
horizontalSpacing
The cached value of the '
Horizontal Spacing' attribute. |
protected java.lang.String |
name
The cached value of the '
Name' attribute. |
protected static java.lang.String |
NAME_EDEFAULT
The default value of the '
Name' attribute. |
protected static int |
VERTICAL_SPACING_EDEFAULT
The default value of the '
Vertical Spacing' attribute. |
protected int |
verticalSpacing
The cached value of the '
Vertical Spacing' attribute. |
| Modifier | Constructor and Description |
|---|---|
protected |
BorderContainerImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
|
getChildren() |
int |
getHorizontalSpacing() |
java.lang.String |
getName() |
int |
getVerticalSpacing() |
void |
setHorizontalSpacing(int newHorizontalSpacing) |
void |
setName(java.lang.String newName) |
void |
setVerticalSpacing(int newVerticalSpacing) |
java.lang.String |
toString() |
protected static final java.lang.String NAME_EDEFAULT
Name' attribute.
getName()protectedchildren
Children' containment reference list.
getChildren()protected static final int VERTICAL_SPACING_EDEFAULT
Vertical Spacing' attribute.
getVerticalSpacing(),
Constant Field Valuesprotected int verticalSpacing
Vertical Spacing' attribute.
getVerticalSpacing()protected static final int HORIZONTAL_SPACING_EDEFAULT
Horizontal Spacing' attribute.
getHorizontalSpacing(),
Constant Field Valuesprotected int horizontalSpacing
Horizontal Spacing' attribute.
getHorizontalSpacing()protected EClass eStaticClass()
public java.lang.String getName()
getName in interface PrimitivePrimitive.setName(String),
VisualInterfacePackage.getPrimitive_Name()public void setName(java.lang.String newName)
setName in interface PrimitivenewName - the new value of the 'Name' attribute.Primitive.getName()publicgetChildren()
getChildren in interface BorderContainerVisualInterfacePackage.getBorderContainer_Children()public int getVerticalSpacing()
getVerticalSpacing in interface BorderContainerBorderContainer.setVerticalSpacing(int),
VisualInterfacePackage.getBorderContainer_VerticalSpacing()public void setVerticalSpacing(int newVerticalSpacing)
setVerticalSpacing in interface BorderContainernewVerticalSpacing - the new value of the 'Vertical Spacing' attribute.BorderContainer.getVerticalSpacing()public int getHorizontalSpacing()
getHorizontalSpacing in interface BorderContainerBorderContainer.setHorizontalSpacing(int),
VisualInterfacePackage.getBorderContainer_HorizontalSpacing()public void setHorizontalSpacing(int newHorizontalSpacing)
setHorizontalSpacing in interface BorderContainernewHorizontalSpacing - the new value of the 'Horizontal Spacing' attribute.BorderContainer.getHorizontalSpacing()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
public void eSet(int featureID,
java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0