public interface FieldHolder<O extends JavaType<O>> extends MemberHolder<O>
JavaType that may contain field definitions.| Modifier and Type | Method and Description |
|---|---|
Field<O> |
getField(String name)
Get the
Field with the given name and return it, otherwise, return null. |
List<? extends Field<O>> |
getFields()
|
boolean |
hasField(Field<O> field)
Return whether or not this
O declares the given Field instance. |
boolean |
hasField(String name)
Return whether or not this
O declares a Field with the given name. |
getMembersboolean hasField(String name)
O declares a Field with the given name.boolean hasField(Field<O> field)
O declares the given Field instance.Field<O> getField(String name)
Field with the given name and return it, otherwise, return null.Copyright © 2016 JBoss by Red Hat. All rights reserved.