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

All Known Implementing Classes:
AbstractModelBasedConstraintFactory, DataFormatConstraintFactory, FolderConstraintFactory, IdentifiedConstraintFactory, LifeCycleTemplateConstraintFactory, MBAConstraintFactory, OrgIdConstraintFactory, ProjectConstraintFactory, QuantityConstraintFactory, TeamTemplateConstraintFactory, ViewConstraintFactory

public interface ConstraintClassNameConstants

Convenience string constants used by constraint factories for constructing ConstraintIdentifiers.

Supported API: true

Extendable: false


Field Summary
static String CONSTRAINT_MUTABILITY_RULE
          

Supported API: true
static String CONTAINER_CONSTRAINT_BINDING_RULE
          

Supported API: true
static String DISCRETE_SET_CONSTRAINT
          

Supported API: true
static String FIXED_VALUE_CONSTRAINT
          

Supported API: true
static String HIDDEN_CONSTRAINT
          

Supported API: true
static String HIERARCHICAL_CONSTRAINT_BINDING_RULE
          

Supported API: true
static String IMMUTABLE_CONSTRAINT
          

Supported API: true
static String PART_NUMBER_SERVER_ASSIGNED_CONSTRAINT
          

Supported API: true
static String QUANTITY_CONSTRAINT_BINDING_RULE
          

Supported API: true
static String RANGE_CONSTRAINT
          

Supported API: true
static String SERVER_ASSIGNED_CONSTRAINT
          

Supported API: true
static String SIGNIFICANT_FIGURES_ANALOG_SET_CONSTRAINT
          

Supported API: true
static String SINGLE_ATTRIBUTE_CONSTRAINT_BINDING_RULE
          

Supported API: true
static String SINGLE_VALUED_CONSTRAINT
          

Supported API: true
static String STRING_FORMAT_CONSTRAINT
          

Supported API: true
static String STRING_LENGTH_CONSTRAINT
          

Supported API: true
static String SUGGESTED_VALUES_CONSTRAINT
          

Supported API: true
static String UNIQUE_AMONG_SIBLINGS_CONSTRAINT
          

Supported API: true
static String UPPER_CASE_CONSTRAINT
          

Supported API: true
static String VALUE_HIDDEN_CONSTRAINT
          

Supported API: true
static String WILDCARD_CONSTRAINT
          

Supported API: true
 

Field Detail

RANGE_CONSTRAINT

static final String RANGE_CONSTRAINT


Supported API: true

See Also:
Constant Field Values

IMMUTABLE_CONSTRAINT

static final String IMMUTABLE_CONSTRAINT


Supported API: true

See Also:
Constant Field Values

SINGLE_ATTRIBUTE_CONSTRAINT_BINDING_RULE

static final String SINGLE_ATTRIBUTE_CONSTRAINT_BINDING_RULE


Supported API: true

See Also:
Constant Field Values

DISCRETE_SET_CONSTRAINT

static final String DISCRETE_SET_CONSTRAINT


Supported API: true

See Also:
Constant Field Values

CONSTRAINT_MUTABILITY_RULE

static final String CONSTRAINT_MUTABILITY_RULE


Supported API: true

See Also:
Constant Field Values

CONTAINER_CONSTRAINT_BINDING_RULE

static final String CONTAINER_CONSTRAINT_BINDING_RULE


Supported API: true

See Also:
Constant Field Values

SUGGESTED_VALUES_CONSTRAINT

static final String SUGGESTED_VALUES_CONSTRAINT


Supported API: true

See Also:
Constant Field Values

WILDCARD_CONSTRAINT

static final String WILDCARD_CONSTRAINT


Supported API: true

See Also:
Constant Field Values

HIERARCHICAL_CONSTRAINT_BINDING_RULE

static final String HIERARCHICAL_CONSTRAINT_BINDING_RULE


Supported API: true

See Also:
Constant Field Values

SINGLE_VALUED_CONSTRAINT

static final String SINGLE_VALUED_CONSTRAINT


Supported API: true

See Also:
Constant Field Values

STRING_FORMAT_CONSTRAINT

static final String STRING_FORMAT_CONSTRAINT


Supported API: true

See Also:
Constant Field Values

STRING_LENGTH_CONSTRAINT

static final String STRING_LENGTH_CONSTRAINT


Supported API: true

See Also:
Constant Field Values

UPPER_CASE_CONSTRAINT

static final String UPPER_CASE_CONSTRAINT


Supported API: true

See Also:
Constant Field Values

FIXED_VALUE_CONSTRAINT

static final String FIXED_VALUE_CONSTRAINT


Supported API: true

See Also:
Constant Field Values

QUANTITY_CONSTRAINT_BINDING_RULE

static final String QUANTITY_CONSTRAINT_BINDING_RULE


Supported API: true

See Also:
Constant Field Values

HIDDEN_CONSTRAINT

static final String HIDDEN_CONSTRAINT


Supported API: true

See Also:
Constant Field Values

SERVER_ASSIGNED_CONSTRAINT

static final String SERVER_ASSIGNED_CONSTRAINT


Supported API: true

See Also:
Constant Field Values

PART_NUMBER_SERVER_ASSIGNED_CONSTRAINT

static final String PART_NUMBER_SERVER_ASSIGNED_CONSTRAINT


Supported API: true

See Also:
Constant Field Values

SIGNIFICANT_FIGURES_ANALOG_SET_CONSTRAINT

static final String SIGNIFICANT_FIGURES_ANALOG_SET_CONSTRAINT


Supported API: true

See Also:
Constant Field Values

VALUE_HIDDEN_CONSTRAINT

static final String VALUE_HIDDEN_CONSTRAINT


Supported API: true

See Also:
Constant Field Values

UNIQUE_AMONG_SIBLINGS_CONSTRAINT

static final String UNIQUE_AMONG_SIBLINGS_CONSTRAINT


Supported API: true

See Also:
Constant Field Values