(*value-of name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
name - the name of the enum constant to be returned. - java.lang.String
returns: the enum constant with the specified name - javax.lang.model.type.TypeKind
throws: java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.) name - the name of the enum constant to be returned. - `java.lang.String` returns: the enum constant with the specified name - `javax.lang.model.type.TypeKind` throws: java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
(*values)
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (TypeKind c : TypeKind.values()) System.out.println(c);
returns: an array containing the constants of this enum type, in the order they are declared - javax.lang.model.type.TypeKind[]
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: for (TypeKind c : TypeKind.values()) System.out.println(c); returns: an array containing the constants of this enum type, in the order they are declared - `javax.lang.model.type.TypeKind[]`
Enum Constant.
An array type.
type: javax.lang.model.type.TypeKind
Enum Constant. An array type. type: javax.lang.model.type.TypeKind
Enum Constant.
The primitive type boolean.
type: javax.lang.model.type.TypeKind
Enum Constant. The primitive type boolean. type: javax.lang.model.type.TypeKind
Enum Constant.
The primitive type byte.
type: javax.lang.model.type.TypeKind
Enum Constant. The primitive type byte. type: javax.lang.model.type.TypeKind
Enum Constant.
The primitive type char.
type: javax.lang.model.type.TypeKind
Enum Constant. The primitive type char. type: javax.lang.model.type.TypeKind
Enum Constant.
A class or interface type.
type: javax.lang.model.type.TypeKind
Enum Constant. A class or interface type. type: javax.lang.model.type.TypeKind
Enum Constant.
The primitive type double.
type: javax.lang.model.type.TypeKind
Enum Constant. The primitive type double. type: javax.lang.model.type.TypeKind
Enum Constant.
A class or interface type that could not be resolved.
type: javax.lang.model.type.TypeKind
Enum Constant. A class or interface type that could not be resolved. type: javax.lang.model.type.TypeKind
Enum Constant.
A method, constructor, or initializer.
type: javax.lang.model.type.TypeKind
Enum Constant. A method, constructor, or initializer. type: javax.lang.model.type.TypeKind
Enum Constant.
The primitive type float.
type: javax.lang.model.type.TypeKind
Enum Constant. The primitive type float. type: javax.lang.model.type.TypeKind
Enum Constant.
The primitive type int.
type: javax.lang.model.type.TypeKind
Enum Constant. The primitive type int. type: javax.lang.model.type.TypeKind
Enum Constant.
An intersection type.
type: javax.lang.model.type.TypeKind
Enum Constant. An intersection type. type: javax.lang.model.type.TypeKind
Enum Constant.
The primitive type long.
type: javax.lang.model.type.TypeKind
Enum Constant. The primitive type long. type: javax.lang.model.type.TypeKind
Enum Constant.
A pseudo-type used where no actual type is appropriate.
type: javax.lang.model.type.TypeKind
Enum Constant. A pseudo-type used where no actual type is appropriate. type: javax.lang.model.type.TypeKind
Enum Constant.
The null type.
type: javax.lang.model.type.TypeKind
Enum Constant. The null type. type: javax.lang.model.type.TypeKind
Enum Constant.
An implementation-reserved type. This is not the type you are looking for.
type: javax.lang.model.type.TypeKind
Enum Constant. An implementation-reserved type. This is not the type you are looking for. type: javax.lang.model.type.TypeKind
Enum Constant.
A pseudo-type corresponding to a package element.
type: javax.lang.model.type.TypeKind
Enum Constant. A pseudo-type corresponding to a package element. type: javax.lang.model.type.TypeKind
(primitive? this)
Returns true if this kind corresponds to a primitive type and false otherwise.
returns: true if this kind corresponds to a primitive type - boolean
Returns true if this kind corresponds to a primitive type and false otherwise. returns: true if this kind corresponds to a primitive type - `boolean`
Enum Constant.
The primitive type short.
type: javax.lang.model.type.TypeKind
Enum Constant. The primitive type short. type: javax.lang.model.type.TypeKind
Enum Constant.
A type variable.
type: javax.lang.model.type.TypeKind
Enum Constant. A type variable. type: javax.lang.model.type.TypeKind
Enum Constant.
A union type.
type: javax.lang.model.type.TypeKind
Enum Constant. A union type. type: javax.lang.model.type.TypeKind
Enum Constant.
The pseudo-type corresponding to the keyword void.
type: javax.lang.model.type.TypeKind
Enum Constant. The pseudo-type corresponding to the keyword void. type: javax.lang.model.type.TypeKind
Enum Constant.
A wildcard type argument.
type: javax.lang.model.type.TypeKind
Enum Constant. A wildcard type argument. type: javax.lang.model.type.TypeKind
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close