|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgr.uoa.di.madgik.commons.configuration.parameter.BytePrimitiveParameter
public class BytePrimitiveParameter
Prameter of type IParameter.ParameterType.BytePrimitive.
An example of this instnace configuratino type is the following
<param name="parameterKey" type="BytePrimitive" generated="false" internal="false">0</param>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface gr.uoa.di.madgik.commons.configuration.parameter.IParameter |
|---|
IParameter.ParameterType |
| Constructor Summary | |
|---|---|
BytePrimitiveParameter()
|
|
| Method Summary | |
|---|---|
void |
Check()
Sets that the parameter has been evaluated during the DependencyGraph.ResolveDependencies() process |
void |
FromXML(org.w3c.dom.Element element)
Parses the provided xml subtree and populates the parameter instnace |
void |
FromXML(java.lang.String xml)
Parses the provided xml subtree and populates the parameter instnace |
java.lang.String |
GetName()
Retrieves the name of the parameter |
java.lang.Class<?> |
GetParameterClassType()
Retireves the class type of the value the parameter stored |
IParameter.ParameterType |
GetParameterType()
Retrieves the IParameter the implementing
instnace represents |
java.lang.Object |
GetValue()
Retrieves the value of the parameter |
java.lang.Boolean |
IsChecked()
Retrieves whether or not the parameter has been evaluated during the DependencyGraph.ResolveDependencies() process |
java.lang.Boolean |
IsGenerated()
Retrieves whether or not the parameter is generated or a specific value of generation description is available in the same decleration |
java.lang.Boolean |
IsInternal()
Retrieves whether or not the parameter is internal and is only used as an intermediate step during the initialization of an other parameter or it can also be accessed by external clients |
void |
SetValue(java.lang.Object Value)
Sets the value of the parameter |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BytePrimitiveParameter()
| Method Detail |
|---|
public java.lang.Class<?> GetParameterClassType()
IParameter
GetParameterClassType in interface IParameterpublic java.lang.Boolean IsChecked()
IParameterDependencyGraph.ResolveDependencies() process
IsChecked in interface IParameterpublic void Check()
IParameterDependencyGraph.ResolveDependencies() process
Check in interface IParameterpublic IParameter.ParameterType GetParameterType()
IParameterIParameter the implementing
instnace represents
GetParameterType in interface IParameterpublic java.lang.String GetName()
IParameter
GetName in interface IParameterpublic java.lang.Boolean IsGenerated()
IParameter
IsGenerated in interface IParameterpublic java.lang.Boolean IsInternal()
IParameter
IsInternal in interface IParameterpublic java.lang.Object GetValue()
IParameter
GetValue in interface IParameter
public void SetValue(java.lang.Object Value)
throws java.lang.Exception
IParameter
SetValue in interface IParameterValue - the value
java.lang.Exception - the value is not of correct type for the parameter instnace
public void FromXML(java.lang.String xml)
throws java.lang.Exception
IParameter
FromXML in interface IParameterxml - the xml subtree
java.lang.Exception - the parsing could be performed
public void FromXML(org.w3c.dom.Element element)
throws java.lang.Exception
IParameter
FromXML in interface IParameterelement - the xml subtree
java.lang.Exception - the parsing could be performed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||