Interface CompositionDescription
-
- All Known Implementing Classes:
CompositionHandler
public interface CompositionDescription- Author:
- rmaximi
To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
-
-
Field Summary
Fields Modifier and Type Field Description static StringATT_CLASSstatic StringATT_NAMEstatic StringATT_VALUEstatic StringDTDstatic StringE_COMPOSITIONstatic StringE_FACTORYstatic StringE_FACTORY_PARAMETERstatic StringE_IMPLEMENTATIONstatic StringE_PARAMETER
-
-
-
Field Detail
-
DTD
static final String DTD
- See Also:
- Constant Field Values
-
E_COMPOSITION
static final String E_COMPOSITION
- See Also:
- Constant Field Values
-
E_IMPLEMENTATION
static final String E_IMPLEMENTATION
- See Also:
- Constant Field Values
-
E_FACTORY
static final String E_FACTORY
- See Also:
- Constant Field Values
-
E_PARAMETER
static final String E_PARAMETER
- See Also:
- Constant Field Values
-
ATT_NAME
static final String ATT_NAME
- See Also:
- Constant Field Values
-
ATT_CLASS
static final String ATT_CLASS
- See Also:
- Constant Field Values
-
ATT_VALUE
static final String ATT_VALUE
- See Also:
- Constant Field Values
-
E_FACTORY_PARAMETER
static final String E_FACTORY_PARAMETER
- See Also:
- Constant Field Values
-
-