public final class PropertyDef extends Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
PropertyModeType |
property_mode |
String |
property_name |
Any |
property_value |
Constructor and Description |
---|
PropertyDef() |
PropertyDef(String property_name,
Any property_value,
PropertyModeType property_mode) |
public String property_name
public Any property_value
public PropertyModeType property_mode
public PropertyDef()
public PropertyDef(String property_name, Any property_value, PropertyModeType property_mode)
Copyright © 2017 JacORB. All rights reserved.