org.plasma.sdo
Interface ValueConstraint
- All Known Implementing Classes:
- SDOValueConstraint
public interface ValueConstraint
This stereotype allows a value constraint to be specified for a class attribute.
- Version:
- 1.1.7
- Author:
- Plasma-Team
getMinInclusive
String getMinInclusive()
setMinInclusive
void setMinInclusive(String value)
getBase_Property
fUML.Syntax.Classes.Kernel.Property getBase_Property()
setBase_Property
void setBase_Property(fUML.Syntax.Classes.Kernel.Property value)
getMaxInclusive
String getMaxInclusive()
setMaxInclusive
void setMaxInclusive(String value)
getMinLength
String getMinLength()
setMinLength
void setMinLength(String value)
getMaxLength
String getMaxLength()
setMaxLength
void setMaxLength(String value)
getTotalDigits
String getTotalDigits()
setTotalDigits
void setTotalDigits(String value)
getFractionDigits
String getFractionDigits()
setFractionDigits
void setFractionDigits(String value)
getPattern
String getPattern()
setPattern
void setPattern(String value)
getMinExclusive
String getMinExclusive()
setMinExclusive
void setMinExclusive(String value)
getMaxExclusive
String getMaxExclusive()
setMaxExclusive
void setMaxExclusive(String value)
Copyright © 2014. All rights reserved.