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 and Description |
---|---|
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.
|
Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.