|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StringProperty
A representation of the model object 'String Property'.
The following features are supported:
BusinessDomainDslPackage.getStringProperty()| Method Summary | |
|---|---|
java.lang.String |
getDefaultValue()
Returns the value of the 'Default Value' attribute. |
int |
getMaxLength()
Returns the value of the 'Max Length' attribute. |
int |
getMinLength()
Returns the value of the 'Min Length' attribute. |
java.lang.String |
getRegularExpression()
Returns the value of the 'Regular Expression' attribute. |
void |
setDefaultValue(java.lang.String value)
Sets the value of the ' Default Value' attribute. |
void |
setMaxLength(int value)
Sets the value of the ' Max Length' attribute. |
void |
setMinLength(int value)
Sets the value of the ' Min Length' attribute. |
void |
setRegularExpression(java.lang.String value)
Sets the value of the ' Regular Expression' attribute. |
| 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 |
| Method Detail |
|---|
java.lang.String getRegularExpression()
If the meaning of the 'Regular Expression' attribute isn't clear, there really should be more of a description here...
setRegularExpression(String),
BusinessDomainDslPackage.getStringProperty_RegularExpression()void setRegularExpression(java.lang.String value)
Regular Expression' attribute.
value - the new value of the 'Regular Expression' attribute.getRegularExpression()int getMinLength()
"-1".
If the meaning of the 'Min Length' attribute isn't clear, there really should be more of a description here...
setMinLength(int),
BusinessDomainDslPackage.getStringProperty_MinLength()void setMinLength(int value)
Min Length' attribute.
value - the new value of the 'Min Length' attribute.getMinLength()int getMaxLength()
"-1".
If the meaning of the 'Max Length' attribute isn't clear, there really should be more of a description here...
setMaxLength(int),
BusinessDomainDslPackage.getStringProperty_MaxLength()void setMaxLength(int value)
Max Length' attribute.
value - the new value of the 'Max Length' attribute.getMaxLength()java.lang.String getDefaultValue()
If the meaning of the 'Default Value' attribute isn't clear, there really should be more of a description here...
setDefaultValue(String),
BusinessDomainDslPackage.getStringProperty_DefaultValue()void setDefaultValue(java.lang.String value)
Default Value' attribute.
value - the new value of the 'Default Value' attribute.getDefaultValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||