Ecore

org.topcased.modeler.ecore.editor.properties.sections
Class UpperBoundPropertySection

java.lang.Object
  extended by AbstractIntegerPropertySection
      extended by 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
 
Constructor Summary
UpperBoundPropertySection()
           
 
Method Summary
protected  EStructuralFeature getFeature()
           
protected  java.lang.String getFeatureAsString()
           
protected  java.lang.Integer getFeatureInteger()
           
protected  java.lang.String getLabelText()
           
protected  java.lang.Object getNewFeatureValue(java.lang.String newText)
           
protected  boolean isTextValid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Constructor Detail

UpperBoundPropertySection

public UpperBoundPropertySection()
Method Detail

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()

Ecore

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.