|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CosPropertyService.PropertyDef
public final class PropertyDef
A PropertyDef
is a three tuple of:
<property_name, property_value, property_mode_type>
.
property_name
is a string, which names the property.
property_value
is of type any
and carries
the value assigned to the property.
property_mode_type
is an enumeration that defines
the characteristics of the property.
PropertySetDefFactory
and PropertySetDef
interfaces. The PropertyDef
data
type provides clients access and control of property metadata.
Field Summary | |
---|---|
PropertyModeType |
property_mode
Struct member property_mode |
java.lang.String |
property_name
Struct member property_name |
org.omg.CORBA.Any |
property_value
Struct member property_value |
Constructor Summary | |
---|---|
PropertyDef()
Default constructor |
|
PropertyDef(java.lang.String property_name,
org.omg.CORBA.Any property_value,
PropertyModeType property_mode)
Constructor with fields initialization |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String property_name
public org.omg.CORBA.Any property_value
public PropertyModeType property_mode
Constructor Detail |
---|
public PropertyDef()
public PropertyDef(java.lang.String property_name, org.omg.CORBA.Any property_value, PropertyModeType property_mode)
property_name
- property_name struct memberproperty_value
- property_value struct memberproperty_mode
- property_mode struct member
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |