name.pehl.piriti.rebind.property
Interface PropertySource


public interface PropertySource

Version:
$LastChangedRevision:$
Author:
$LastChangedBy:$

Method Summary
 Class<? extends Converter<?>> getConverter()
           
 String getFormat()
           
 Class<? extends PropertyGetter<?,?>> getGetter()
           
 Class<? extends InstanceCreator<?,?>> getInstanceCreator()
           
 String getName()
           
 int getOrder()
           
 String getPath()
           
 Class<? extends PropertySetter<?,?>> getSetter()
           
 com.google.gwt.core.ext.typeinfo.JType getType()
           
 name.pehl.totoe.commons.client.WhitespaceHandling getWhitespaceHandling()
           
 boolean isNative()
           
 

Method Detail

getOrder

int getOrder()

getType

com.google.gwt.core.ext.typeinfo.JType getType()

getName

String getName()

getPath

String getPath()

getConverter

Class<? extends Converter<?>> getConverter()

getFormat

String getFormat()

getWhitespaceHandling

name.pehl.totoe.commons.client.WhitespaceHandling getWhitespaceHandling()

isNative

boolean isNative()

getInstanceCreator

Class<? extends InstanceCreator<?,?>> getInstanceCreator()

getGetter

Class<? extends PropertyGetter<?,?>> getGetter()

getSetter

Class<? extends PropertySetter<?,?>> getSetter()


Copyright © 2012 Harald Pehl. All Rights Reserved.