com.ptc.core.meta.container.common
Interface Constrainable

All Known Subinterfaces:
AttributeTypeSummary
All Known Implementing Classes:
DefaultAttributeTypeSummary

public interface Constrainable



Supported API: true

Extendable: false


Method Summary
 void addKeyListener(KeyListener the_listener)
          

Supported API: true
 void addLegacyValueSet(com.ptc.core.meta.common.DataSet the_set)
          

Supported API: true
 void constrainCardinality(com.ptc.core.meta.common.DataSet the_set)
          

Supported API: true
 void constrainEditability()
          

Supported API: true
 void constrainFormatPattern(String the_pattern)
          

Supported API: true
 void constrainLegalValueSet(com.ptc.core.meta.common.DataSet the_set)
          

Supported API: true
 void constrainRenderer(String the_renderer_class)
          

Supported API: true
 void constrainServerAssigned()
          

Supported API: true
 void constrainStringLength(com.ptc.core.meta.common.DataSet the_set)
          

Supported API: true
 void constrainSuggestedValueSet(com.ptc.core.meta.common.DataSet the_set)
          

Supported API: true
 void constrainValueVisibility()
          

Supported API: true
 void constrainVisibility()
          

Supported API: true
 

Method Detail

constrainCardinality

void constrainCardinality(com.ptc.core.meta.common.DataSet the_set)


Supported API: true

Parameters:
the_set -

constrainLegalValueSet

void constrainLegalValueSet(com.ptc.core.meta.common.DataSet the_set)


Supported API: true

Parameters:
the_set -

constrainSuggestedValueSet

void constrainSuggestedValueSet(com.ptc.core.meta.common.DataSet the_set)


Supported API: true

Parameters:
the_set -

constrainFormatPattern

void constrainFormatPattern(String the_pattern)


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

void constrainRenderer(String the_renderer_class)


Supported API: true

Parameters:
the_renderer_class -

constrainStringLength

void constrainStringLength(com.ptc.core.meta.common.DataSet the_set)


Supported API: true

Parameters:
the_set -

addLegacyValueSet

void addLegacyValueSet(com.ptc.core.meta.common.DataSet the_set)


Supported API: true

Parameters:
the_set -

addKeyListener

void addKeyListener(KeyListener the_listener)


Supported API: true

Parameters:
the_listener -

constrainValueVisibility

void constrainValueVisibility()


Supported API: true