org.siebengeisslein.pclass
Interface PField<Type extends PType>

All Superinterfaces:
CodeFragment, Variable<Type>
All Known Implementing Classes:
AbstractPField, ComponentField, DataBindingPanelField, ExternalPField, GlobalDataField, PanelListField, PInternalField, PNamedEntryField, PNamedEntryListField, PUnknownField

public interface PField<Type extends PType>
extends Variable<Type>


Method Summary
 java.lang.String getName()
           
 PType getOwner()
           
 Type getType()
           
 boolean isPublic()
           
 boolean isStatic()
           
 
Methods inherited from interface org.siebengeisslein.pclass.Variable
visitGet, visitSet
 

Method Detail

getOwner

PType getOwner()

isStatic

boolean isStatic()

isPublic

boolean isPublic()

getType

Type getType()
Specified by:
getType in interface Variable<Type extends PType>

getName

java.lang.String getName()
Specified by:
getName in interface Variable<Type extends PType>