|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mvel2.conversion.BigIntegerCH
public class BigIntegerCH
MVEL (The MVFLEX Expression Language)
Copyright (C) 2007 Christopher Brock, MVFLEX/Valhalla Project and the Codehaus Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
| Constructor Summary | |
|---|---|
BigIntegerCH()
|
|
| Method Summary | |
|---|---|
boolean |
canConvertFrom(java.lang.Class cls)
This method is used to indicate to the runtime whehter or not the handler knows how to convert from the specified type. |
java.lang.Object |
convertFrom(java.lang.Object in)
Converts the passed argument to the type represented by the handler. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BigIntegerCH()
| Method Detail |
|---|
public java.lang.Object convertFrom(java.lang.Object in)
ConversionHandler
convertFrom in interface ConversionHandlerin - - the input type
public boolean canConvertFrom(java.lang.Class cls)
ConversionHandler
canConvertFrom in interface ConversionHandlercls - - the source type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||