|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.fw.ServiceTypePropertyValue
This data type is a Sequence of Data Elements which describes a service property associated with a service. It defines the name and mode of the service property, the service property type (for example Boolean, integer), and also value. It is similar to, but distinct from, TpServiceProperty. The latter does not define the modes and types and is used to register values for known service properties only.
Constructor Summary | |
ServiceTypePropertyValue()
Creates a new ServiceTypePropertyValue instance. |
|
ServiceTypePropertyValue(java.lang.String _servicePropertyName,
org.csapi.jr.se.fw.ServiceTypePropertyMode _serviceTypePropertyMode,
java.lang.String _servicePropertyTypeName,
java.lang.String[] _servicePropertyValueList)
Creates a new ServiceTypePropertyValue instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
java.lang.String |
getServicePropertyName()
This method returns a servicePropertyName. |
java.lang.String |
getServicePropertyTypeName()
This method returns a servicePropertyTypeName. |
java.lang.String[] |
getServicePropertyValueList()
This method returns a servicePropertyValueList. |
org.csapi.jr.se.fw.ServiceTypePropertyMode |
getServiceTypePropertyMode()
This method returns a serviceTypePropertyMode. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setServicePropertyName(java.lang.String servicePropertyName)
This method sets a servicePropertyName. |
void |
setServicePropertyTypeName(java.lang.String servicePropertyTypeName)
This method sets a servicePropertyTypeName. |
void |
setServicePropertyValueList(java.lang.String[] servicePropertyValueList)
This method sets a servicePropertyValueList. |
void |
setServiceTypePropertyMode(org.csapi.jr.se.fw.ServiceTypePropertyMode serviceTypePropertyMode)
This method sets a serviceTypePropertyMode. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServiceTypePropertyValue()
public ServiceTypePropertyValue(java.lang.String _servicePropertyName, org.csapi.jr.se.fw.ServiceTypePropertyMode _serviceTypePropertyMode, java.lang.String _servicePropertyTypeName, java.lang.String[] _servicePropertyValueList)
_servicePropertyName
- The name of the service property._serviceTypePropertyMode
- The mode of the service property._servicePropertyTypeName
- The type of the service property._servicePropertyValueList
- The Value-list of the service property.Method Detail |
public java.lang.String getServicePropertyName()
public org.csapi.jr.se.fw.ServiceTypePropertyMode getServiceTypePropertyMode()
public java.lang.String getServicePropertyTypeName()
public java.lang.String[] getServicePropertyValueList()
public void setServicePropertyName(java.lang.String servicePropertyName)
public void setServiceTypePropertyMode(org.csapi.jr.se.fw.ServiceTypePropertyMode serviceTypePropertyMode)
public void setServicePropertyTypeName(java.lang.String servicePropertyTypeName)
public void setServicePropertyValueList(java.lang.String[] servicePropertyValueList)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |