|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CosPropertyService.PropertyMode
public final class PropertyMode
A PropertyMode
is a two tuple of: <property_name,
property_mode_type>
.
property_name
is a string, which names the property.
property_mode_type
is an enumeration that defines the
characteristics of the property.
PropertyMode
data type is used in the PropertySetDef
interface and 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 |
Constructor Summary | |
---|---|
PropertyMode()
Default constructor |
|
PropertyMode(java.lang.String property_name,
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 PropertyModeType property_mode
Constructor Detail |
---|
public PropertyMode()
public PropertyMode(java.lang.String property_name, PropertyModeType property_mode)
property_name
- property_name struct memberproperty_mode
- property_mode struct member
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |