public class SDOValueConstraint extends org.modeldriven.fuml.repository.ext.Stereotype implements ValueConstraint
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE__PROPERTY |
static String |
FRACTION_DIGITS
Specifies the maximum number of decimal places allowed.
|
static String |
MAX_EXCLUSIVE
Specifies the upper bounds for numeric values (the value must be less than this value).
|
static String |
MAX_INCLUSIVE
Specifies the upper bounds for numeric values (the value must be less than or equal to this value).
|
static String |
MAX_LENGTH
Specifies the maximum number of characters or list items allowed.
|
static String |
MIN_EXCLUSIVE
Specifies the lower bounds for numeric values (the value must be greater than this value).
|
static String |
MIN_INCLUSIVE
Specifies the lower bounds for numeric values (the value must be greater than or equal to this value).
|
static String |
MIN_LENGTH
Specifies the minimum number of characters or list items allowed.
|
static String |
PATTERN
The Property value must match the specified regular expression.
|
static String |
TOTAL_DIGITS
Specifies the exact number of digits allowed.
|
isActive, isID, nestedClassifier, ownedAttribute, ownedOperation, ownedReception, superClassclassifierBehavior, ownedBehaviorattribute, feature, general, generalization, inheritedMember, isAbstract, isFinalSpecializationelementImport, importedMember, member, ownedMember, packageImport| Constructor and Description |
|---|
SDOValueConstraint() |
| Modifier and Type | Method and Description |
|---|---|
fUML.Syntax.Classes.Kernel.Property |
getBase_Property() |
String |
getFractionDigits() |
String |
getMaxExclusive() |
String |
getMaxInclusive() |
String |
getMaxLength() |
String |
getMinExclusive() |
String |
getMinInclusive() |
String |
getMinLength() |
String |
getPattern() |
String |
getTotalDigits() |
void |
setBase_Property(fUML.Syntax.Classes.Kernel.Property value) |
void |
setFractionDigits(String value) |
void |
setMaxExclusive(String value) |
void |
setMaxInclusive(String value) |
void |
setMaxLength(String value) |
void |
setMinExclusive(String value) |
void |
setMinInclusive(String value) |
void |
setMinLength(String value) |
void |
setPattern(String value) |
void |
setTotalDigits(String value) |
addGeneralization, addNestedClassifier, addOwnedAttribute, addOwnedOperation, addOwnedReception, inherit, setIsActiveaddOwnedBehavior, setClassifierBehavioraddAttribute, addFeature, hasVisibilityOf, inheritableMembers, setIsAbstract, setIsFinalSpecializationaddElementImport, addMember, addOwnedMember, addPackageImport_setNamespace, setName, setVisibilitypublic static final String MIN_INCLUSIVE
public static final String BASE__PROPERTY
public static final String MAX_INCLUSIVE
public static final String MIN_LENGTH
public static final String MAX_LENGTH
public static final String TOTAL_DIGITS
public static final String FRACTION_DIGITS
public static final String PATTERN
public static final String MIN_EXCLUSIVE
public static final String MAX_EXCLUSIVE
public String getMinInclusive()
getMinInclusive in interface ValueConstraintpublic void setMinInclusive(String value)
setMinInclusive in interface ValueConstraintpublic fUML.Syntax.Classes.Kernel.Property getBase_Property()
getBase_Property in interface ValueConstraintpublic void setBase_Property(fUML.Syntax.Classes.Kernel.Property value)
setBase_Property in interface ValueConstraintpublic String getMaxInclusive()
getMaxInclusive in interface ValueConstraintpublic void setMaxInclusive(String value)
setMaxInclusive in interface ValueConstraintpublic String getMinLength()
getMinLength in interface ValueConstraintpublic void setMinLength(String value)
setMinLength in interface ValueConstraintpublic String getMaxLength()
getMaxLength in interface ValueConstraintpublic void setMaxLength(String value)
setMaxLength in interface ValueConstraintpublic String getTotalDigits()
getTotalDigits in interface ValueConstraintpublic void setTotalDigits(String value)
setTotalDigits in interface ValueConstraintpublic String getFractionDigits()
getFractionDigits in interface ValueConstraintpublic void setFractionDigits(String value)
setFractionDigits in interface ValueConstraintpublic String getPattern()
getPattern in interface ValueConstraintpublic void setPattern(String value)
setPattern in interface ValueConstraintpublic String getMinExclusive()
getMinExclusive in interface ValueConstraintpublic void setMinExclusive(String value)
setMinExclusive in interface ValueConstraintpublic String getMaxExclusive()
getMaxExclusive in interface ValueConstraintpublic void setMaxExclusive(String value)
setMaxExclusive in interface ValueConstraintCopyright © 2015. All rights reserved.