org.apache.ibatis.reflection.property
Class PropertyTokenizer
java.lang.Object
org.apache.ibatis.reflection.property.PropertyTokenizer
- All Implemented Interfaces:
- Iterable<PropertyTokenizer>, Iterator<PropertyTokenizer>
public class PropertyTokenizer
- extends Object
- implements Iterable<PropertyTokenizer>, Iterator<PropertyTokenizer>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyTokenizer
public PropertyTokenizer(String fullname)
getName
public String getName()
getIndex
public String getIndex()
getIndexedName
public String getIndexedName()
getChildren
public String getChildren()
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<PropertyTokenizer>
next
public PropertyTokenizer next()
- Specified by:
next
in interface Iterator<PropertyTokenizer>
remove
public void remove()
- Specified by:
remove
in interface Iterator<PropertyTokenizer>
iterator
public Iterator<PropertyTokenizer> iterator()
- Specified by:
iterator
in interface Iterable<PropertyTokenizer>
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.