|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SVGPropertyType | |
---|---|
org.eclipse.gmf.gmfgraph | |
org.eclipse.gmf.gmfgraph.impl |
Uses of SVGPropertyType in org.eclipse.gmf.gmfgraph |
---|
Fields in org.eclipse.gmf.gmfgraph with type parameters of type SVGPropertyType | |
---|---|
static List<SVGPropertyType> |
SVGPropertyType.VALUES
A public read-only list of all the 'SVG Property Type' enumerators. |
Methods in org.eclipse.gmf.gmfgraph that return SVGPropertyType | |
---|---|
static SVGPropertyType |
SVGPropertyType.get(int value)
Returns the 'SVG Property Type' literal with the specified integer value. |
static SVGPropertyType |
SVGPropertyType.get(String literal)
Returns the 'SVG Property Type' literal with the specified literal value. |
static SVGPropertyType |
SVGPropertyType.getByName(String name)
Returns the 'SVG Property Type' literal with the specified name. |
SVGPropertyType |
SVGProperty.getType()
Returns the value of the 'Type' attribute. |
static SVGPropertyType |
SVGPropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SVGPropertyType[] |
SVGPropertyType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.eclipse.gmf.gmfgraph with parameters of type SVGPropertyType | |
---|---|
void |
SVGProperty.setType(SVGPropertyType value)
Sets the value of the ' Type ' attribute. |
Uses of SVGPropertyType in org.eclipse.gmf.gmfgraph.impl |
---|
Fields in org.eclipse.gmf.gmfgraph.impl declared as SVGPropertyType | |
---|---|
protected SVGPropertyType |
SVGPropertyImpl.type
The cached value of the ' Type ' attribute. |
protected static SVGPropertyType |
SVGPropertyImpl.TYPE_EDEFAULT
The default value of the ' Type ' attribute. |
Methods in org.eclipse.gmf.gmfgraph.impl that return SVGPropertyType | |
---|---|
SVGPropertyType |
GMFGraphFactoryImpl.createSVGPropertyTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue)
|
SVGPropertyType |
SVGPropertyImpl.getType()
|
Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type SVGPropertyType | |
---|---|
void |
SVGPropertyImpl.setType(SVGPropertyType newType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |