RTI Connext Java API Version 7.2.0
PropertyQosPolicyMutability Class Reference

Determines if, and when, the value of a property can change. More...

Inheritance diagram for PropertyQosPolicyMutability:
Enum Copyable

Static Public Attributes

static final PropertyQosPolicyMutability PROPERTY_QOS_MUTABLE
 The property is mutable: it can be changed at any time. More...
 
static final PropertyQosPolicyMutability PROPERTY_QOS_MUTABLE_UNTIL_ENABLE
 The property can only be changed before enabling the entity. More...
 
static final PropertyQosPolicyMutability PROPERTY_QOS_IMMUTABLE
 The property is immutable: it can only be specified when creating the entity. More...
 

Additional Inherited Members

- Public Member Functions inherited from Enum
final int ordinal ()
 The integral value of this enumerated constant. More...
 
Object copy_from (Object src)
 
final String name ()
 The name of this enum constant, as declared in the enum declaration. More...
 
final String toString ()
 The string value of this enum constant. More...
 
Object copy_from (Object src)
 Copy value of a data type from source. More...
 
- Protected Member Functions inherited from Enum
 Enum (String name, int ordinal)
 The constructor. More...
 
final Object clone () throws CloneNotSupportedException
 

Detailed Description

Determines if, and when, the value of a property can change.

Member Data Documentation

◆ PROPERTY_QOS_MUTABLE

final PropertyQosPolicyMutability PROPERTY_QOS_MUTABLE
static

The property is mutable: it can be changed at any time.

◆ PROPERTY_QOS_MUTABLE_UNTIL_ENABLE

final PropertyQosPolicyMutability PROPERTY_QOS_MUTABLE_UNTIL_ENABLE
static

The property can only be changed before enabling the entity.

◆ PROPERTY_QOS_IMMUTABLE

final PropertyQosPolicyMutability PROPERTY_QOS_IMMUTABLE
static

The property is immutable: it can only be specified when creating the entity.