public class SDOValueSetConstraint extends org.modeldriven.fuml.repository.ext.Stereotype implements ValueSetConstraint
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE__PROPERTY |
static String |
CODING_STRENGTH
Indicates whether or not codes are restricted to those expressed in the value set
|
static String |
ID
The globally unique identifier for the value set
|
static String |
IGNORED_VALUE_SET_ID
Defines the set of codes within the overall value set that the implementer is willing to accept without raising an error, but whose content will be ignored and not processed in any useful manner
|
static String |
MINIMUM_VALUE_SET_ID
Defines the set of codes within the overall value set that must be supported by an implementer to be considered compliant
|
static String |
NAME
The descriptive name associated with the value set
|
static String |
ROOT_CODE
Allows conveying the root code of the value set.
|
static String |
VERSION_DATE
The date on which a specific version of the value set was created.
|
static String |
VERSION_IDENTIFIER
The value which identifies a specific version of the value set.
|
static String |
VERSION_TIME
The time when a specific version of the value set was created.
|
isActive, isID, nestedClassifier, ownedAttribute, ownedOperation, ownedReception, superClassclassifierBehavior, ownedBehaviorattribute, feature, general, generalization, inheritedMember, isAbstract, isFinalSpecializationelementImport, importedMember, member, ownedMember, packageImport| Constructor and Description |
|---|
SDOValueSetConstraint() |
| Modifier and Type | Method and Description |
|---|---|
fUML.Syntax.Classes.Kernel.Property |
getBase_Property() |
CodingStrength |
getCodingStrength() |
String |
getId() |
String |
getIgnoredValueSetId() |
String |
getMinimumValueSetId() |
String |
getName() |
String |
getRootCode() |
String |
getVersionDate() |
String |
getVersionIdentifier() |
String |
getVersionTime() |
void |
setBase_Property(fUML.Syntax.Classes.Kernel.Property value) |
void |
setCodingStrength(CodingStrength value) |
void |
setId(String value) |
void |
setIgnoredValueSetId(String value) |
void |
setMinimumValueSetId(String value) |
void |
setName(String value) |
void |
setRootCode(String value) |
void |
setVersionDate(String value) |
void |
setVersionIdentifier(String value) |
void |
setVersionTime(String value) |
addGeneralization, addNestedClassifier, addOwnedAttribute, addOwnedOperation, addOwnedReception, inherit, setIsActiveaddOwnedBehavior, setClassifierBehavioraddAttribute, addFeature, hasVisibilityOf, inheritableMembers, setIsAbstract, setIsFinalSpecializationaddElementImport, addMember, addOwnedMember, addPackageImportpublic static final String BASE__PROPERTY
public static final String ID
public static final String NAME
public static final String VERSION_IDENTIFIER
public static final String VERSION_DATE
public static final String VERSION_TIME
public static final String CODING_STRENGTH
public static final String MINIMUM_VALUE_SET_ID
public static final String IGNORED_VALUE_SET_ID
public static final String ROOT_CODE
public fUML.Syntax.Classes.Kernel.Property getBase_Property()
getBase_Property in interface ValueSetConstraintpublic void setBase_Property(fUML.Syntax.Classes.Kernel.Property value)
setBase_Property in interface ValueSetConstraintpublic String getId()
getId in interface ValueSetConstraintpublic void setId(String value)
setId in interface ValueSetConstraintpublic String getName()
getName in interface ValueSetConstraintpublic void setName(String value)
setName in interface ValueSetConstraintsetName in class fUML.Syntax.Classes.Kernel.NamedElementpublic String getVersionIdentifier()
getVersionIdentifier in interface ValueSetConstraintpublic void setVersionIdentifier(String value)
setVersionIdentifier in interface ValueSetConstraintpublic String getVersionDate()
getVersionDate in interface ValueSetConstraintpublic void setVersionDate(String value)
setVersionDate in interface ValueSetConstraintpublic String getVersionTime()
getVersionTime in interface ValueSetConstraintpublic void setVersionTime(String value)
setVersionTime in interface ValueSetConstraintpublic CodingStrength getCodingStrength()
getCodingStrength in interface ValueSetConstraintpublic void setCodingStrength(CodingStrength value)
setCodingStrength in interface ValueSetConstraintpublic String getMinimumValueSetId()
getMinimumValueSetId in interface ValueSetConstraintpublic void setMinimumValueSetId(String value)
setMinimumValueSetId in interface ValueSetConstraintpublic String getIgnoredValueSetId()
getIgnoredValueSetId in interface ValueSetConstraintpublic void setIgnoredValueSetId(String value)
setIgnoredValueSetId in interface ValueSetConstraintpublic String getRootCode()
getRootCode in interface ValueSetConstraintpublic void setRootCode(String value)
setRootCode in interface ValueSetConstraintCopyright © 2015. All rights reserved.