|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sap.mdm.valuetypes.AbstractMdmValue
This abstract class indicates a mutable MDM value.
| Nested Class Summary |
| Nested classes inherited from class com.sap.mdm.valuetypes.MdmValue |
MdmValue.Type |
| Constructor Summary | |
AbstractMdmValue()
|
|
| Method Summary | |
abstract Object |
clone()
Clone MdmValue object |
abstract int |
compareTo(MdmValue otherValue)
Compares two MdmValue. |
int |
compareTo(Object o)
Compares this MdmValue to another Object. |
boolean |
equals(Object obj)
|
abstract int |
getType()
Get type of MdmValue instance. |
boolean |
isMultiregion()
Specify if MdmValue is multi-region instance |
boolean |
isMultivalue()
Specify if MdmValue is multi-value instance |
boolean |
isNull()
Specify if MdmValue is NULL |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbstractMdmValue()
| Method Detail |
public boolean isNull()
MdmValue
isNull in interface MdmValuepublic boolean isMultivalue()
MdmValue
isMultivalue in interface MdmValuepublic boolean isMultiregion()
MdmValue
isMultiregion in interface MdmValuepublic abstract int getType()
MdmValue
getType in interface MdmValuepublic abstract Object clone()
MdmValue
clone in interface MdmValuepublic boolean equals(Object obj)
Object.equals(java.lang.Object)public int compareTo(Object o)
compareTo(MdmValue). Otherwise,
it throws a ClassCastException (as MdmValue are comparable
only to other MdmValue).
compareTo in interface Comparableo - the Object to be compared.
0 if the argument is a MdmValue is equal to this MdmValue;
the value is less than 0 if this MdmValue is less than the argument MdmValue;
the value is greater than 0 if this MdmValue is greater than the argument MdmValue;
ClassCastException - if the argument is not a
MdmValue.Comparablepublic abstract int compareTo(MdmValue otherValue)
otherValue - the MdmValue to be compared.
0 if the argument is a MdmValue is equal to this MdmValue;
the value is less than 0 if this MdmValue is less than the argument MdmValue;
the value is greater than 0 if this MdmValue is greater than the argument MdmValue;
ClassCastException - if the argument is not the same MDM value type as
this value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright 2004-2007 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.
These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies (SAP Group) for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.