com.github.jknack.extend
Class Extend.Property
java.lang.Object
com.github.jknack.extend.Extend.Property
- Enclosing class:
- Extend
public static final class Extend.Property
- extends Object
Helper class for simplify object property creation.
Use Extend.$(String, Object) factory method.
- Since:
- 0.1.0
- Author:
- edgar.espina
- See Also:
Extend.$(String, Object)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public final String name
- The property's name. Required.
value
public final Object value
- The property's value. Required.
Copyright © 2013. All Rights Reserved.