com.sun.jersey.api.model
Class AbstractField

java.lang.Object
  extended by com.sun.jersey.api.model.AbstractField
All Implemented Interfaces:
AbstractModelComponent, Parameterized

public class AbstractField
extends Object
implements Parameterized, AbstractModelComponent

Author:
Paul.Sandoz@Sun.Com

Constructor Summary
AbstractField(Field field)
           
 
Method Summary
 void accept(AbstractModelVisitor visitor)
           
 List<AbstractModelComponent> getComponents()
           
 Field getField()
           
 List<Parameter> getParameters()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractField

public AbstractField(Field field)
Method Detail

getField

public Field getField()

getParameters

public List<Parameter> getParameters()
Specified by:
getParameters in interface Parameterized

accept

public void accept(AbstractModelVisitor visitor)
Specified by:
accept in interface AbstractModelComponent

getComponents

public List<AbstractModelComponent> getComponents()
Specified by:
getComponents in interface AbstractModelComponent

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Oracle Corporation. All Rights Reserved.