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 Parameterized
public void accept(AbstractModelVisitor visitor)
accept
in interface AbstractModelComponent
public List<AbstractModelComponent> getComponents()
getComponents
in interface AbstractModelComponent
Copyright © 2013 Oracle Corporation. All rights reserved.