Interface IStorableCdtVariables
-
public interface IStorableCdtVariablesPublic interface to access StorableCdtVariables class methods- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancontains(ICdtVariable var)ICdtVariablecreateMacro(String name, int type, String value)ICdtVariablecreateMacro(String name, int type, String[] value)ICdtVariablecreateMacro(ICdtVariable copy)voidcreateMacros(ICdtVariable[] macros)booleandeleteAll()ICdtVariabledeleteMacro(String name)ICdtVariablegetMacro(String name)ICdtVariable[]getMacros()booleanisChanged()booleanisEmpty()
-
-
-
Method Detail
-
getMacro
ICdtVariable getMacro(String name)
-
getMacros
ICdtVariable[] getMacros()
-
deleteAll
boolean deleteAll()
-
contains
boolean contains(ICdtVariable var)
-
deleteMacro
ICdtVariable deleteMacro(String name)
-
isChanged
boolean isChanged()
-
createMacro
ICdtVariable createMacro(ICdtVariable copy)
-
createMacro
ICdtVariable createMacro(String name, int type, String value)
-
createMacro
ICdtVariable createMacro(String name, int type, String[] value)
-
createMacros
void createMacros(ICdtVariable[] macros)
-
isEmpty
boolean isEmpty()
-
-