BusinessDomainDsl.impl
Class StringPropertyImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by BusinessDomainDsl.impl.ModelElementImpl
                  extended by BusinessDomainDsl.impl.PropertyImpl
                      extended by BusinessDomainDsl.impl.StringPropertyImpl
All Implemented Interfaces:
ModelElement, Property, StringProperty, org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject

public class StringPropertyImpl
extends PropertyImpl
implements StringProperty

An implementation of the model object 'String Property'.

The following features are implemented:


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
protected static java.lang.String DEFAULT_VALUE_EDEFAULT
          The default value of the 'Default Value' attribute.
protected  java.lang.String defaultValue
          The cached value of the 'Default Value' attribute.
protected static int MAX_LENGTH_EDEFAULT
          The default value of the 'Max Length' attribute.
protected  int maxLength
          The cached value of the 'Max Length' attribute.
protected static int MIN_LENGTH_EDEFAULT
          The default value of the 'Min Length' attribute.
protected  int minLength
          The cached value of the 'Min Length' attribute.
protected static java.lang.String REGULAR_EXPRESSION_EDEFAULT
          The default value of the 'Regular Expression' attribute.
protected  java.lang.String regularExpression
          The cached value of the 'Regular Expression' attribute.
 
Fields inherited from class BusinessDomainDsl.impl.PropertyImpl
DATA_TYPE_EDEFAULT, dataType, derived, DERIVED_EDEFAULT, HAS_DEFAULT_EDEFAULT, hasDefault, nullable, NULLABLE_EDEFAULT, persistency, PERSISTENCY_EDEFAULT, writable, WRITABLE_EDEFAULT
 
Fields inherited from class BusinessDomainDsl.impl.ModelElementImpl
description, DESCRIPTION_EDEFAULT, name, NAME_EDEFAULT
 
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 StringPropertyImpl()
           
 
Method Summary
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  org.eclipse.emf.ecore.EClass eStaticClass()
           
 void eUnset(int featureID)
           
 java.lang.String getDefaultValue()
           
 int getMaxLength()
           
 int getMinLength()
           
 java.lang.String getRegularExpression()
           
 void setDefaultValue(java.lang.String newDefaultValue)
           
 void setMaxLength(int newMaxLength)
           
 void setMinLength(int newMinLength)
           
 void setRegularExpression(java.lang.String newRegularExpression)
           
 java.lang.String toString()
           
 
Methods inherited from class BusinessDomainDsl.impl.PropertyImpl
basicSetOwningType, eBasicRemoveFromContainerFeature, eInverseAdd, eInverseRemove, getDataType, getOwningType, getPersistency, isDerived, isHasDefault, isNullable, isWritable, setDataType, setDerived, setHasDefault, setNullable, setOwningType, setPersistency, setWritable
 
Methods inherited from class BusinessDomainDsl.impl.ModelElementImpl
getDescription, getName, setDescription, setName
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
 
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 BusinessDomainDsl.Property
getDataType, getOwningType, getPersistency, isDerived, isHasDefault, isNullable, isWritable, setDataType, setDerived, setHasDefault, setNullable, setOwningType, setPersistency, setWritable
 
Methods inherited from interface BusinessDomainDsl.ModelElement
getDescription, getName, setDescription, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, 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

REGULAR_EXPRESSION_EDEFAULT

protected static final java.lang.String REGULAR_EXPRESSION_EDEFAULT
The default value of the 'Regular Expression' attribute.

See Also:
getRegularExpression()

regularExpression

protected java.lang.String regularExpression
The cached value of the 'Regular Expression' attribute.

See Also:
getRegularExpression()

MIN_LENGTH_EDEFAULT

protected static final int MIN_LENGTH_EDEFAULT
The default value of the 'Min Length' attribute.

See Also:
getMinLength(), Constant Field Values

minLength

protected int minLength
The cached value of the 'Min Length' attribute.

See Also:
getMinLength()

MAX_LENGTH_EDEFAULT

protected static final int MAX_LENGTH_EDEFAULT
The default value of the 'Max Length' attribute.

See Also:
getMaxLength(), Constant Field Values

maxLength

protected int maxLength
The cached value of the 'Max Length' attribute.

See Also:
getMaxLength()

DEFAULT_VALUE_EDEFAULT

protected static final java.lang.String DEFAULT_VALUE_EDEFAULT
The default value of the 'Default Value' attribute.

See Also:
getDefaultValue()

defaultValue

protected java.lang.String defaultValue
The cached value of the 'Default Value' attribute.

See Also:
getDefaultValue()
Constructor Detail

StringPropertyImpl

protected StringPropertyImpl()

Method Detail

eStaticClass

protected org.eclipse.emf.ecore.EClass eStaticClass()

Overrides:
eStaticClass in class PropertyImpl

getRegularExpression

public java.lang.String getRegularExpression()

Specified by:
getRegularExpression in interface StringProperty
Returns:
the value of the 'Regular Expression' attribute.
See Also:
StringProperty.setRegularExpression(String), BusinessDomainDslPackage.getStringProperty_RegularExpression()

setRegularExpression

public void setRegularExpression(java.lang.String newRegularExpression)

Specified by:
setRegularExpression in interface StringProperty
Parameters:
newRegularExpression - the new value of the 'Regular Expression' attribute.
See Also:
StringProperty.getRegularExpression()

getMinLength

public int getMinLength()

Specified by:
getMinLength in interface StringProperty
Returns:
the value of the 'Min Length' attribute.
See Also:
StringProperty.setMinLength(int), BusinessDomainDslPackage.getStringProperty_MinLength()

setMinLength

public void setMinLength(int newMinLength)

Specified by:
setMinLength in interface StringProperty
Parameters:
newMinLength - the new value of the 'Min Length' attribute.
See Also:
StringProperty.getMinLength()

getMaxLength

public int getMaxLength()

Specified by:
getMaxLength in interface StringProperty
Returns:
the value of the 'Max Length' attribute.
See Also:
StringProperty.setMaxLength(int), BusinessDomainDslPackage.getStringProperty_MaxLength()

setMaxLength

public void setMaxLength(int newMaxLength)

Specified by:
setMaxLength in interface StringProperty
Parameters:
newMaxLength - the new value of the 'Max Length' attribute.
See Also:
StringProperty.getMaxLength()

getDefaultValue

public java.lang.String getDefaultValue()

Specified by:
getDefaultValue in interface StringProperty
Returns:
the value of the 'Default Value' attribute.
See Also:
StringProperty.setDefaultValue(String), BusinessDomainDslPackage.getStringProperty_DefaultValue()

setDefaultValue

public void setDefaultValue(java.lang.String newDefaultValue)

Specified by:
setDefaultValue in interface StringProperty
Parameters:
newDefaultValue - the new value of the 'Default Value' attribute.
See Also:
StringProperty.getDefaultValue()

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Specified by:
eGet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eGet in class PropertyImpl

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eSet in class PropertyImpl

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eUnset in class PropertyImpl

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eIsSet in class PropertyImpl

toString

public java.lang.String toString()

Overrides:
toString in class PropertyImpl


Copyright © 2010 Mod4j. All Rights Reserved.