public interface RawField
RawType
.
RawField
objects are thread-safe. Multiple threads may safely
call the methods of a shared RawField
object.
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getName() |
Returns the name of the field.
|
RawType |
getType() |
Returns the type of the field, without expanding parameterized types,
or null if the type is an interface type or the Object class.
|
java.lang.String getName()
RawType getType()
Copyright (c) 1996, 2020 Oracle and/or its affiliates. All rights reserved.