org.activiti.engine.impl.transformer
类 StringToLong
java.lang.Object
org.activiti.engine.impl.transformer.AbstractTransformer
org.activiti.engine.impl.transformer.StringToLong
- 所有已实现的接口:
- Transformer
public class StringToLong
- extends AbstractTransformer
Transforms a String
to a Long
- 作者:
- Esteban Robles Luna
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringToLong
public StringToLong()
primTransform
protected Object primTransform(Object anObject)
throws Exception
- 从类
AbstractTransformer
复制的描述
- Transforms anObject into a different object
- 指定者:
- 类
AbstractTransformer
中的 primTransform
- 参数:
anObject
- the object to be transformed
- 返回:
- the transformed object
- 抛出:
Exception
Copyright © 2013 Alfresco. All rights reserved.