Package net.anotheria.asg.generator.meta
Class PasswordType
- java.lang.Object
-
- net.anotheria.asg.generator.meta.AbstractType
-
- net.anotheria.asg.generator.meta.StringType
-
- net.anotheria.asg.generator.meta.PasswordType
-
- All Implemented Interfaces:
IMetaType
public class PasswordType extends StringType
Representation of password type (<input type="password"...) *- Version:
- $Id: $Id
- Author:
- vbezuhlyi
-
-
Constructor Summary
Constructors Constructor Description PasswordType()
-
Method Summary
-
Methods inherited from class net.anotheria.asg.generator.meta.StringType
toJava, toJavaObject
-
Methods inherited from class net.anotheria.asg.generator.meta.AbstractType
toBeanGetter, toBeanSetter, toPropertyGetter, toPropertySetter
-
-