Errai 3.0.1-SNAPSHOT

org.jboss.errai.databinding.client
Class PropertyType

java.lang.Object
  extended by org.jboss.errai.databinding.client.PropertyType

public class PropertyType
extends Object

Represent the type of a bound property.

Author:
Christian Sadilek

Constructor Summary
PropertyType(Class type, boolean bindable, boolean list)
           
 
Method Summary
 Class getType()
          Returns the type of this bean property.
 boolean isBindable()
          Indicates whether or not the property type is Bindable.
 boolean isList()
          Indicates whether or not the property type is a List.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyType

public PropertyType(Class type,
                    boolean bindable,
                    boolean list)
Method Detail

getType

public Class getType()
Returns the type of this bean property.

Returns:
property type.

isBindable

public boolean isBindable()
Indicates whether or not the property type is Bindable.

Returns:
true if type is bindable, otherwise false.

isList

public boolean isList()
Indicates whether or not the property type is a List.

Returns:
true if type is a list, otherwise false.

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.