com.google.gwt.valuestore.shared
Class Property<V>
java.lang.Object
com.google.gwt.valuestore.shared.Property<V>
- Type Parameters:
V - the type of the property's value
public class Property<V>
- extends java.lang.Object
Experimental API: This class is still under rapid
development, and is very likely to be deleted. Use it at your own risk.
Defines a property of a Record.
|
Constructor Summary |
Property(java.lang.String name,
java.lang.Class<V> type)
|
Property(java.lang.String name,
java.lang.String displayName,
java.lang.Class<V> type)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Property
public Property(java.lang.String name,
java.lang.Class<V> type)
- Parameters:
name - the property's name and displayNametype - the class of the property's value
Property
public Property(java.lang.String name,
java.lang.String displayName,
java.lang.Class<V> type)
- Parameters:
name - the property's namedisplayName - the property's user visible nametype - the class of the property's value
getDisplayName
public java.lang.String getDisplayName()
getName
public java.lang.String getName()
getType
public java.lang.Class<V> getType()