public class AbstractField extends Object implements Parameterized, AbstractModelComponent
| Constructor and Description |
|---|
AbstractField(Field field) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AbstractModelVisitor visitor) |
List<AbstractModelComponent> |
getComponents() |
Field |
getField() |
List<Parameter> |
getParameters() |
String |
toString() |
public AbstractField(Field field)
public Field getField()
public List<Parameter> getParameters()
getParameters in interface Parameterizedpublic void accept(AbstractModelVisitor visitor)
accept in interface AbstractModelComponentpublic List<AbstractModelComponent> getComponents()
getComponents in interface AbstractModelComponentCopyright © 2014 Oracle Corporation. All rights reserved.