org.apache.velocity.tools.config
Class Property
java.lang.Object
org.apache.velocity.tools.config.Data
org.apache.velocity.tools.config.Property
- All Implemented Interfaces:
- Comparable<Data>
public class Property
- extends Data
Simple extension of Data
that treats "name" as an alias
for "key". See Data
for a description and feature list.
- Version:
- $Id: Property.java 511959 2007-02-26 19:24:39Z nbubna $
- Author:
- Nathan Bubna
Methods inherited from class org.apache.velocity.tools.config.Data |
compareTo, convert, convertWith, equals, getConvertedValue, getConverter, getKey, getTargetClass, getType, getValue, hashCode, setClass, setClassname, setConverter, setConverter, setKey, setTargetClass, setType, setType, setValue, toString, validate |
Property
public Property()
setName
public void setName(String name)
getName
public String getName()
Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.