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 © 2013. All Rights Reserved.