Interface Constrainable
- All Known Subinterfaces:
AttributeTypeSummary
- All Known Implementing Classes:
DefaultAttributeTypeSummary
public interface Constrainable
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionvoidconstrainCardinality(DataSet the_set)
Supported API: truevoid
Supported API: truevoidconstrainFormatPattern(String the_pattern)
Supported API: truevoidconstrainLegalValueSet(DataSet the_set)
Supported API: truevoid
Supported API: truevoidconstrainRenderer(String the_renderer_class)
Supported API: truevoid
Supported API: truevoidconstrainStringByteLength(DataSet the_set)
Supported API: truevoidconstrainStringLength(DataSet the_set)
Supported API: truevoidconstrainSuggestedValueSet(DataSet the_set)
Supported API: truevoid
Supported API: truevoid
Supported API: true
-
Method Details
-
constrainCardinality
Supported API: true- Parameters:
the_set-
-
constrainLegalValueSet
Supported API: true- Parameters:
the_set-
-
constrainSuggestedValueSet
Supported API: true- Parameters:
the_set-
-
constrainFormatPattern
Supported API: true- Parameters:
the_pattern-
-
constrainEditability
void constrainEditability()
Supported API: true -
constrainVisibility
void constrainVisibility()
Supported API: true -
constrainServerAssigned
void constrainServerAssigned()
Supported API: true -
constrainRenderer
Supported API: true- Parameters:
the_renderer_class-
-
constrainStringLength
Supported API: true- Parameters:
the_set-
-
constrainStringByteLength
Supported API: true- Parameters:
the_set-
-
constrainValueVisibility
void constrainValueVisibility()
Supported API: true -
constrainNoDuplicateValues
void constrainNoDuplicateValues()
Supported API: true
-