Package de.mhus.lib.form.definition
Class FaNls
- java.lang.Object
-
- de.mhus.lib.core.definition.DefAttribute
-
- de.mhus.lib.form.definition.FaNls
-
- All Implemented Interfaces:
IDefAttribute,IDefDefinition
public class FaNls extends DefAttribute
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinject(DefComponent root)StringtoString()-
Methods inherited from class de.mhus.lib.core.definition.DefAttribute
getName, getValue
-
-
-
-
Method Detail
-
inject
public void inject(DefComponent root) throws de.mhus.lib.errors.MException
- Specified by:
injectin interfaceIDefDefinition- Overrides:
injectin classDefAttribute- Throws:
de.mhus.lib.errors.MException
-
toString
public String toString()
- Overrides:
toStringin classDefAttribute
-
-