Package | Description |
---|---|
org.glassfish.hk2.classmodel.reflect | |
org.glassfish.hk2.classmodel.reflect.impl |
Modifier and Type | Method and Description |
---|---|
Member.Type |
Member.getMemberType()
returns the type of the member
|
static Member.Type |
Member.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Member.Type[] |
Member.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Member.Type |
MethodModelImpl.getMemberType() |
Member.Type |
FieldModelImpl.getMemberType() |
Copyright © 2009–2023 Oracle Corporation. All rights reserved.