|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FontType
A representation of the model object 'Font Type'.
The following features are supported:
OgmlPackage.getFontType()
extendedMetaData | = | "name='font.type' |
kind | = | 'empty'" |
Method Summary | |
---|---|
String |
getColor()
Returns the value of the 'Color' attribute. |
String |
getFamily()
Returns the value of the 'Family' attribute. |
BigInteger |
getSize()
Returns the value of the 'Size' attribute. |
FontStretchType |
getStretch()
Returns the value of the 'Stretch' attribute. |
FontStyleType |
getStyle()
Returns the value of the 'Style' attribute. |
FontVariantType |
getVariant()
Returns the value of the 'Variant' attribute. |
FontWeightType |
getWeight()
Returns the value of the 'Weight' attribute. |
boolean |
isSetStretch()
Returns whether the value of the ' Stretch ' attribute is set. |
boolean |
isSetStyle()
Returns whether the value of the ' Style ' attribute is set. |
boolean |
isSetVariant()
Returns whether the value of the ' Variant ' attribute is set. |
boolean |
isSetWeight()
Returns whether the value of the ' Weight ' attribute is set. |
void |
setColor(String value)
Sets the value of the ' Color ' attribute. |
void |
setFamily(String value)
Sets the value of the ' Family ' attribute. |
void |
setSize(BigInteger value)
Sets the value of the ' Size ' attribute. |
void |
setStretch(FontStretchType value)
Sets the value of the ' Stretch ' attribute. |
void |
setStyle(FontStyleType value)
Sets the value of the ' Style ' attribute. |
void |
setVariant(FontVariantType value)
Sets the value of the ' Variant ' attribute. |
void |
setWeight(FontWeightType value)
Sets the value of the ' Weight ' attribute. |
void |
unsetStretch()
Unsets the value of the ' Stretch ' attribute. |
void |
unsetStyle()
Unsets the value of the ' Style ' attribute. |
void |
unsetVariant()
Unsets the value of the ' Variant ' attribute. |
void |
unsetWeight()
Unsets the value of the ' Weight ' attribute. |
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 |
Method Detail |
---|
String getColor()
If the meaning of the 'Color' attribute isn't clear, there really should be more of a description here...
setColor(String)
,
OgmlPackage.getFontType_Color()
dataType | = | org.eclipse.emf.ecore.xml.type.String |
required | = | true |
extendedMetaData | = | "kind='attribute' |
name | = | 'color' |
namespace | = | '##targetNamespace'" |
void setColor(String value)
Color
' attribute.
value
- the new value of the 'Color' attribute.getColor()
String getFamily()
If the meaning of the 'Family' attribute isn't clear, there really should be more of a description here...
setFamily(String)
,
OgmlPackage.getFontType_Family()
dataType | = | org.eclipse.emf.ecore.xml.type.String |
extendedMetaData | = | "kind='attribute' |
name | = | 'family' |
namespace | = | '##targetNamespace'" |
void setFamily(String value)
Family
' attribute.
value
- the new value of the 'Family' attribute.getFamily()
BigInteger getSize()
If the meaning of the 'Size' attribute isn't clear, there really should be more of a description here...
setSize(BigInteger)
,
OgmlPackage.getFontType_Size()
dataType | = | org.eclipse.emf.ecore.xml.type.Integer |
extendedMetaData | = | "kind='attribute' |
name | = | 'size' |
namespace | = | '##targetNamespace'" |
void setSize(BigInteger value)
Size
' attribute.
value
- the new value of the 'Size' attribute.getSize()
FontStretchType getStretch()
FontStretchType
.
If the meaning of the 'Stretch' attribute isn't clear, there really should be more of a description here...
FontStretchType
,
isSetStretch()
,
unsetStretch()
,
setStretch(FontStretchType)
,
OgmlPackage.getFontType_Stretch()
unsettable | = | true |
extendedMetaData | = | "kind='attribute' |
name | = | 'stretch' |
namespace | = | '##targetNamespace'" |
void setStretch(FontStretchType value)
Stretch
' attribute.
value
- the new value of the 'Stretch' attribute.FontStretchType
,
isSetStretch()
,
unsetStretch()
,
getStretch()
void unsetStretch()
Stretch
' attribute.
isSetStretch()
,
getStretch()
,
setStretch(FontStretchType)
boolean isSetStretch()
Stretch
' attribute is set.
unsetStretch()
,
getStretch()
,
setStretch(FontStretchType)
FontStyleType getStyle()
FontStyleType
.
If the meaning of the 'Style' attribute isn't clear, there really should be more of a description here...
FontStyleType
,
isSetStyle()
,
unsetStyle()
,
setStyle(FontStyleType)
,
OgmlPackage.getFontType_Style()
unsettable | = | true |
extendedMetaData | = | "kind='attribute' |
name | = | 'style' |
namespace | = | '##targetNamespace'" |
void setStyle(FontStyleType value)
Style
' attribute.
value
- the new value of the 'Style' attribute.FontStyleType
,
isSetStyle()
,
unsetStyle()
,
getStyle()
void unsetStyle()
Style
' attribute.
isSetStyle()
,
getStyle()
,
setStyle(FontStyleType)
boolean isSetStyle()
Style
' attribute is set.
unsetStyle()
,
getStyle()
,
setStyle(FontStyleType)
FontVariantType getVariant()
FontVariantType
.
If the meaning of the 'Variant' attribute isn't clear, there really should be more of a description here...
FontVariantType
,
isSetVariant()
,
unsetVariant()
,
setVariant(FontVariantType)
,
OgmlPackage.getFontType_Variant()
unsettable | = | true |
extendedMetaData | = | "kind='attribute' |
name | = | 'variant' |
namespace | = | '##targetNamespace'" |
void setVariant(FontVariantType value)
Variant
' attribute.
value
- the new value of the 'Variant' attribute.FontVariantType
,
isSetVariant()
,
unsetVariant()
,
getVariant()
void unsetVariant()
Variant
' attribute.
isSetVariant()
,
getVariant()
,
setVariant(FontVariantType)
boolean isSetVariant()
Variant
' attribute is set.
unsetVariant()
,
getVariant()
,
setVariant(FontVariantType)
FontWeightType getWeight()
FontWeightType
.
If the meaning of the 'Weight' attribute isn't clear, there really should be more of a description here...
FontWeightType
,
isSetWeight()
,
unsetWeight()
,
setWeight(FontWeightType)
,
OgmlPackage.getFontType_Weight()
unsettable | = | true |
extendedMetaData | = | "kind='attribute' |
name | = | 'weight' |
namespace | = | '##targetNamespace'" |
void setWeight(FontWeightType value)
Weight
' attribute.
value
- the new value of the 'Weight' attribute.FontWeightType
,
isSetWeight()
,
unsetWeight()
,
getWeight()
void unsetWeight()
Weight
' attribute.
isSetWeight()
,
getWeight()
,
setWeight(FontWeightType)
boolean isSetWeight()
Weight
' attribute is set.
unsetWeight()
,
getWeight()
,
setWeight(FontWeightType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |