public final class ExtAttributeDescription extends Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
String |
defined_in |
ExceptionDescription[] |
get_exceptions |
String |
id |
AttributeMode |
mode |
String |
name |
ExceptionDescription[] |
put_exceptions |
TypeCode |
type |
String |
version |
Constructor and Description |
---|
ExtAttributeDescription() |
ExtAttributeDescription(String _name,
String _id,
String _defined_in,
String _version,
TypeCode _type,
AttributeMode _mode,
ExceptionDescription[] _get_exceptions,
ExceptionDescription[] _put_exceptions) |
public String name
public String id
public String defined_in
public String version
public TypeCode type
public AttributeMode mode
public ExceptionDescription[] get_exceptions
public ExceptionDescription[] put_exceptions
public ExtAttributeDescription()
public ExtAttributeDescription(String _name, String _id, String _defined_in, String _version, TypeCode _type, AttributeMode _mode, ExceptionDescription[] _get_exceptions, ExceptionDescription[] _put_exceptions)
Copyright © 2021 JBoss by Red Hat. All rights reserved.