|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Property<T>
A generic Field
property, e.g. <field property="value"/>
Method Summary | |
---|---|
Field |
getField()
Returns the Field this Property is attached to. |
String |
getPropertyName()
Returns the unique name of this field property. |
T |
getValue()
Returns the value assigned to this property, after it has been validated from the raw value. |
Methods inherited from interface com.threerings.antidote.RequiresValidation |
---|
validate |
Methods inherited from interface com.threerings.antidote.Mutable |
---|
isNotSet, isSet |
Method Detail |
---|
String getPropertyName()
T getValue()
Field getField()
Field
this Property
is attached to.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |