java.lang.Object
javax.management.openmbean.OpenType
javax.management.openmbean.TabularType
- All Implemented Interfaces:
- Serializable
- See Also:
- Top Examples, Source Code,
TabularData
public boolean equals(Object obj)
- See Also:
Hashtable
, Object.hashCode()
, OpenType
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public List getIndexNames()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public CompositeType getRowType()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int hashCode()
- See Also:
Hashtable
, Object.equals(java.lang.Object)
, OpenType
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isValue(Object obj)
- See Also:
- OpenType,
equals
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public TabularType(String typeName,
String description,
CompositeType rowType,
String[] indexNames)
throws OpenDataException
- See Also:
- IllegalArgumentException,
remove
, get
, getClassName
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String toString()
- See Also:
- OpenType
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples