org.topcased.modeler.ecore.editor.properties.sections
Class UpperBoundPropertySection
java.lang.Object
AbstractIntegerPropertySection
org.topcased.modeler.ecore.editor.properties.sections.UpperBoundPropertySection
public class UpperBoundPropertySection
- extends AbstractIntegerPropertySection
A section for the upper bound property of an ETypedElement Object.
Creation 5 avr. 2006
Field Summary |
static java.lang.String |
UPPER_BOUND_PATTERN
Predefined string pattern value for numerics and absloute with '-' : -25 |
static java.util.regex.Pattern |
UPPER_PATTERN
The Pattern used to check an Integer value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UPPER_BOUND_PATTERN
public static final java.lang.String UPPER_BOUND_PATTERN
- Predefined string pattern value for numerics and absloute with '-' : -25
- See Also:
- Constant Field Values
UPPER_PATTERN
public static final java.util.regex.Pattern UPPER_PATTERN
- The Pattern used to check an Integer value
UpperBoundPropertySection
public UpperBoundPropertySection()
getFeature
protected EStructuralFeature getFeature()
- See Also:
org.topcased.tabbedproperties.sections.AbstractTextPropertySection#getFeature()
getFeatureInteger
protected java.lang.Integer getFeatureInteger()
- See Also:
org.topcased.tabbedproperties.sections.AbstractIntegerPropertySection#getFeatureInteger()
getLabelText
protected java.lang.String getLabelText()
- See Also:
org.topcased.tabbedproperties.sections.AbstractTextPropertySection#getLabelText()
isTextValid
protected boolean isTextValid()
- See Also:
org.topcased.tabbedproperties.sections.AbstractTextPropertySection#isTextValid()
getNewFeatureValue
protected java.lang.Object getNewFeatureValue(java.lang.String newText)
- See Also:
org.topcased.tabbedproperties.sections.AbstractTextPropertySection#getNewFeatureValue(java.lang.String)
getFeatureAsString
protected java.lang.String getFeatureAsString()
- See Also:
org.topcased.tabbedproperties.sections.AbstractTextPropertySection#getFeatureAsString()
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.