com.sun.management.oss.impl.job.measurement
Class GenericAttribute
java.lang.Object
   com.sun.management.oss.impl.job.measurement.GenericAttribute
com.sun.management.oss.impl.job.measurement.GenericAttribute
- public class GenericAttribute- extends java.lang.Object
GenericAttribute class.
  
 This class represents an attribute of a GenericObject object
 See GenericObject for more information.
- Version:
- 1.0
| Constructor Summary | 
| GenericAttribute(java.lang.String name,
                 int type,
                 java.lang.Object value)
 | 
| GenericAttribute(java.lang.String name,
                 int type,
                 java.lang.String exceptionMsg)
 | 
| GenericAttribute(java.lang.String name,
                 java.lang.String exceptionMsg)
 | 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GenericAttribute
public GenericAttribute(java.lang.String name,
                        int type,
                        java.lang.Object value)
GenericAttribute
public GenericAttribute(java.lang.String name,
                        java.lang.String exceptionMsg)
GenericAttribute
public GenericAttribute(java.lang.String name,
                        int type,
                        java.lang.String exceptionMsg)
setName
public void setName(java.lang.String n)
- 
 
setType
public void setType(int type)
- 
 
setValue
public void setValue(java.lang.Object value)
- 
 
setIsArray
public void setIsArray(boolean array)
- 
 
setExceptionMessage
public void setExceptionMessage(java.lang.String msg)
- 
 
getName
public java.lang.String getName()
- 
 
hasException
public boolean hasException()
- 
 
getType
public int getType()
- 
 
getValue
public java.lang.Object getValue()
- 
 
isArray
public boolean isArray()
- 
 
getExceptionMessage
public java.lang.String getExceptionMessage()
-