Subversion Repository Public Repository

litesoft

Diff Revisions 151 vs 223 for /trunk/Java/core/Anywhere/src/org/litesoft/bo/views/SimpleVoAttribute.java

Diff revisions: vs.
  @@ -60,6 +60,14 @@
60 60 return getName();
61 61 }
62 62
63 + @Override
64 + @SuppressWarnings({"unchecked"})
65 + public final <T> T normalize( T pValue, boolean pRequired )
66 + {
67 + return (T)mMetaData.getType().normalize( pValue, pRequired );
68 + }
69 +
70 + @Override
63 71 @SuppressWarnings({"unchecked"})
64 72 public final <T> T getAttributeValue( V pVO )
65 73 {