public class OperandDescriptor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CNAME |
Constructor and Description |
---|
OperandDescriptor(java.lang.String name,
java.lang.String type,
java.lang.String desc)
Constructs an OperandDescriptor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Retrieves the operand description
|
java.lang.String |
getName()
Retrieves the operand name
|
java.lang.String |
getType()
Retrieves the operand type
|
java.lang.String |
toString()
Returns a string representation of this object
|
public OperandDescriptor(java.lang.String name, java.lang.String type, java.lang.String desc)
name
- the name of the operandtype
- the fully quallified classname of the operand's typedesc
- a description of the operand's purposejava.lang.IllegalArgumentException
- if any of the arguments are nullpublic java.lang.String getName()
public java.lang.String getType()
public java.lang.String getDescription()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2000-2019 TIBCO Inc. All Rights Reserved.