|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
net.ogdf.ogml.impl.FontTypeImpl
public class FontTypeImpl
An implementation of the model object 'Font Type'.
The following features are implemented:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
InternalEObject.EStore |
Field Summary | |
---|---|
protected String |
color
The cached value of the ' Color ' attribute. |
protected static String |
COLOR_EDEFAULT
The default value of the ' Color ' attribute. |
protected String |
family
The cached value of the ' Family ' attribute. |
protected static String |
FAMILY_EDEFAULT
The default value of the ' Family ' attribute. |
protected BigInteger |
size
The cached value of the ' Size ' attribute. |
protected static BigInteger |
SIZE_EDEFAULT
The default value of the ' Size ' attribute. |
protected FontStretchType |
stretch
The cached value of the ' Stretch ' attribute. |
protected static FontStretchType |
STRETCH_EDEFAULT
The default value of the ' Stretch ' attribute. |
protected boolean |
stretchESet
This is true if the Stretch attribute has been set. |
protected FontStyleType |
style
The cached value of the ' Style ' attribute. |
protected static FontStyleType |
STYLE_EDEFAULT
The default value of the ' Style ' attribute. |
protected boolean |
styleESet
This is true if the Style attribute has been set. |
protected FontVariantType |
variant
The cached value of the ' Variant ' attribute. |
protected static FontVariantType |
VARIANT_EDEFAULT
The default value of the ' Variant ' attribute. |
protected boolean |
variantESet
This is true if the Variant attribute has been set. |
protected FontWeightType |
weight
The cached value of the ' Weight ' attribute. |
protected static FontWeightType |
WEIGHT_EDEFAULT
The default value of the ' Weight ' attribute. |
protected boolean |
weightESet
This is true if the Weight attribute has been set. |
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Constructor Summary | |
---|---|
protected |
FontTypeImpl()
|
Method Summary | |
---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
String |
getColor()
|
String |
getFamily()
|
BigInteger |
getSize()
|
FontStretchType |
getStretch()
|
FontStyleType |
getStyle()
|
FontVariantType |
getVariant()
|
FontWeightType |
getWeight()
|
boolean |
isSetStretch()
|
boolean |
isSetStyle()
|
boolean |
isSetVariant()
|
boolean |
isSetWeight()
|
void |
setColor(String newColor)
|
void |
setFamily(String newFamily)
|
void |
setSize(BigInteger newSize)
|
void |
setStretch(FontStretchType newStretch)
|
void |
setStyle(FontStyleType newStyle)
|
void |
setVariant(FontVariantType newVariant)
|
void |
setWeight(FontWeightType newWeight)
|
String |
toString()
|
void |
unsetStretch()
|
void |
unsetStyle()
|
void |
unsetVariant()
|
void |
unsetWeight()
|
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
eNotificationRequired |
Field Detail |
---|
protected static final String COLOR_EDEFAULT
Color
' attribute.
getColor()
protected String color
Color
' attribute.
getColor()
protected static final String FAMILY_EDEFAULT
Family
' attribute.
getFamily()
protected String family
Family
' attribute.
getFamily()
protected static final BigInteger SIZE_EDEFAULT
Size
' attribute.
getSize()
protected BigInteger size
Size
' attribute.
getSize()
protected static final FontStretchType STRETCH_EDEFAULT
Stretch
' attribute.
getStretch()
protected FontStretchType stretch
Stretch
' attribute.
getStretch()
protected boolean stretchESet
protected static final FontStyleType STYLE_EDEFAULT
Style
' attribute.
getStyle()
protected FontStyleType style
Style
' attribute.
getStyle()
protected boolean styleESet
protected static final FontVariantType VARIANT_EDEFAULT
Variant
' attribute.
getVariant()
protected FontVariantType variant
Variant
' attribute.
getVariant()
protected boolean variantESet
protected static final FontWeightType WEIGHT_EDEFAULT
Weight
' attribute.
getWeight()
protected FontWeightType weight
Weight
' attribute.
getWeight()
protected boolean weightESet
Constructor Detail |
---|
protected FontTypeImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class EObjectImpl
public String getColor()
getColor
in interface FontType
FontType.setColor(String)
,
OgmlPackage.getFontType_Color()
public void setColor(String newColor)
setColor
in interface FontType
newColor
- the new value of the 'Color' attribute.FontType.getColor()
public String getFamily()
getFamily
in interface FontType
FontType.setFamily(String)
,
OgmlPackage.getFontType_Family()
public void setFamily(String newFamily)
setFamily
in interface FontType
newFamily
- the new value of the 'Family' attribute.FontType.getFamily()
public BigInteger getSize()
getSize
in interface FontType
FontType.setSize(BigInteger)
,
OgmlPackage.getFontType_Size()
public void setSize(BigInteger newSize)
setSize
in interface FontType
newSize
- the new value of the 'Size' attribute.FontType.getSize()
public FontStretchType getStretch()
getStretch
in interface FontType
FontStretchType
,
FontType.isSetStretch()
,
FontType.unsetStretch()
,
FontType.setStretch(FontStretchType)
,
OgmlPackage.getFontType_Stretch()
public void setStretch(FontStretchType newStretch)
setStretch
in interface FontType
newStretch
- the new value of the 'Stretch' attribute.FontStretchType
,
FontType.isSetStretch()
,
FontType.unsetStretch()
,
FontType.getStretch()
public void unsetStretch()
unsetStretch
in interface FontType
FontType.isSetStretch()
,
FontType.getStretch()
,
FontType.setStretch(FontStretchType)
public boolean isSetStretch()
isSetStretch
in interface FontType
FontType.unsetStretch()
,
FontType.getStretch()
,
FontType.setStretch(FontStretchType)
public FontStyleType getStyle()
getStyle
in interface FontType
FontStyleType
,
FontType.isSetStyle()
,
FontType.unsetStyle()
,
FontType.setStyle(FontStyleType)
,
OgmlPackage.getFontType_Style()
public void setStyle(FontStyleType newStyle)
setStyle
in interface FontType
newStyle
- the new value of the 'Style' attribute.FontStyleType
,
FontType.isSetStyle()
,
FontType.unsetStyle()
,
FontType.getStyle()
public void unsetStyle()
unsetStyle
in interface FontType
FontType.isSetStyle()
,
FontType.getStyle()
,
FontType.setStyle(FontStyleType)
public boolean isSetStyle()
isSetStyle
in interface FontType
FontType.unsetStyle()
,
FontType.getStyle()
,
FontType.setStyle(FontStyleType)
public FontVariantType getVariant()
getVariant
in interface FontType
FontVariantType
,
FontType.isSetVariant()
,
FontType.unsetVariant()
,
FontType.setVariant(FontVariantType)
,
OgmlPackage.getFontType_Variant()
public void setVariant(FontVariantType newVariant)
setVariant
in interface FontType
newVariant
- the new value of the 'Variant' attribute.FontVariantType
,
FontType.isSetVariant()
,
FontType.unsetVariant()
,
FontType.getVariant()
public void unsetVariant()
unsetVariant
in interface FontType
FontType.isSetVariant()
,
FontType.getVariant()
,
FontType.setVariant(FontVariantType)
public boolean isSetVariant()
isSetVariant
in interface FontType
FontType.unsetVariant()
,
FontType.getVariant()
,
FontType.setVariant(FontVariantType)
public FontWeightType getWeight()
getWeight
in interface FontType
FontWeightType
,
FontType.isSetWeight()
,
FontType.unsetWeight()
,
FontType.setWeight(FontWeightType)
,
OgmlPackage.getFontType_Weight()
public void setWeight(FontWeightType newWeight)
setWeight
in interface FontType
newWeight
- the new value of the 'Weight' attribute.FontWeightType
,
FontType.isSetWeight()
,
FontType.unsetWeight()
,
FontType.getWeight()
public void unsetWeight()
unsetWeight
in interface FontType
FontType.isSetWeight()
,
FontType.getWeight()
,
FontType.setWeight(FontWeightType)
public boolean isSetWeight()
isSetWeight
in interface FontType
FontType.unsetWeight()
,
FontType.getWeight()
,
FontType.setWeight(FontWeightType)
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class BasicEObjectImpl
public void eSet(int featureID, Object newValue)
eSet
in interface InternalEObject
eSet
in class BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class BasicEObjectImpl
public String toString()
toString
in class BasicEObjectImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |