Java org.eclipse.jdt.core IMemberValuePair fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core IMemberValuePair fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core IMemberValuePair.

The text is from its open source code.

Implementation

org.eclipse.jdt.core.IMemberValuePair has the following implementations.
Click this link to see all its implementation.

Field

intK_INT
Constant indicating that the value kind is an int represented by an instance of Integer .
intK_BYTE
Constant indicating that the value kind is a byte represented by an instance of Byte .
intK_SHORT
Constant indicating that the value kind is a short represented by an instance of Short .
intK_CHAR
Constant indicating that the value kind is a char represented by an instance of Character .
intK_FLOAT
Constant indicating that the value kind is a float represented by an instance of Float .
intK_DOUBLE
Constant indicating that the value kind is a double represented by an instance of Double .
intK_LONG
Constant indicating that the value kind is a long represented by an instance of Long .
intK_BOOLEAN
Constant indicating that the value kind is a boolean represented by an instance of Boolean .
intK_STRING
Constant indicating that the value kind is a String represented by the corresponding String .
intK_ANNOTATION
Constant indicating that the value kind is an annotation represented by an instance of IAnnotation .
intK_CLASS
Constant indicating that the value kind is a Class represented by the name of the class (i.e.
intK_QUALIFIED_NAME
Constant indicating that the value is a qualified name represented by a String .
intK_SIMPLE_NAME
Constant indicating that the value is a simple name represented by a String .
intK_UNKNOWN
Constant indicating that the value kind is unknown at this stage.

Constructor

Method

StringgetMemberName()
Returns the member's name of this member-value pair.
ObjectgetValue()
Returns the value of this member-value pair.
intgetValueKind()
Returns the value kind of this member-value pair.