Package de.mhus.lib.core.definition
Class DefAttribute
- java.lang.Object
-
- de.mhus.lib.core.definition.DefAttribute
-
- All Implemented Interfaces:
IDefAttribute,IDefDefinition
- Direct Known Subclasses:
DefBoolean,FaColumns,FaCustomDateFormat,FaDefaultValue,FaDisabled,FaFullWidth,FaItemDefinition,FaNls,FaNotEmpty,FaReadOnly,FaType,FmRootLayout100,FmRootLayout50x50,FmRootLayoutPanel,FmWizard
public class DefAttribute extends Object implements IDefAttribute
-
-
Constructor Summary
Constructors Constructor Description DefAttribute(String name, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()ObjectgetValue()voidinject(DefComponent parent)StringtoString()
-
-
-
Method Detail
-
inject
public void inject(DefComponent parent) throws de.mhus.lib.errors.MException
- Specified by:
injectin interfaceIDefDefinition- Throws:
de.mhus.lib.errors.MException
-
getName
public String getName()
-
getValue
public Object getValue()
-
-