Java 类com.sun.jmx.snmp.Enumerated 实例源码

项目:OpenJSharp    文件:SnmpInt.java   
/**
 * Constructs a new <CODE>SnmpInt</CODE> from the specified <CODE>Enumerated</CODE> value.
 * @param v The initialization value.
 * @exception IllegalArgumentException The specified value is smaller than <CODE>Integer.MIN_VALUE</CODE>
 * or larger than <CODE>Integer.MAX_VALUE</CODE>.
 * @see Enumerated
 */
public SnmpInt(Enumerated v) throws IllegalArgumentException {
    this(v.intValue()) ;
}
项目:jdk8u-jdk    文件:SnmpInt.java   
/**
 * Constructs a new <CODE>SnmpInt</CODE> from the specified <CODE>Enumerated</CODE> value.
 * @param v The initialization value.
 * @exception IllegalArgumentException The specified value is smaller than <CODE>Integer.MIN_VALUE</CODE>
 * or larger than <CODE>Integer.MAX_VALUE</CODE>.
 * @see Enumerated
 */
public SnmpInt(Enumerated v) throws IllegalArgumentException {
    this(v.intValue()) ;
}
项目:jdk8u_jdk    文件:SnmpInt.java   
/**
 * Constructs a new <CODE>SnmpInt</CODE> from the specified <CODE>Enumerated</CODE> value.
 * @param v The initialization value.
 * @exception IllegalArgumentException The specified value is smaller than <CODE>Integer.MIN_VALUE</CODE>
 * or larger than <CODE>Integer.MAX_VALUE</CODE>.
 * @see Enumerated
 */
public SnmpInt(Enumerated v) throws IllegalArgumentException {
    this(v.intValue()) ;
}
项目:lookaside_java-1.8.0-openjdk    文件:SnmpInt.java   
/**
 * Constructs a new <CODE>SnmpInt</CODE> from the specified <CODE>Enumerated</CODE> value.
 * @param v The initialization value.
 * @exception IllegalArgumentException The specified value is smaller than <CODE>Integer.MIN_VALUE</CODE>
 * or larger than <CODE>Integer.MAX_VALUE</CODE>.
 * @see Enumerated
 */
public SnmpInt(Enumerated v) throws IllegalArgumentException {
    this(v.intValue()) ;
}
项目:infobip-open-jdk-8    文件:SnmpInt.java   
/**
 * Constructs a new <CODE>SnmpInt</CODE> from the specified <CODE>Enumerated</CODE> value.
 * @param v The initialization value.
 * @exception IllegalArgumentException The specified value is smaller than <CODE>Integer.MIN_VALUE</CODE>
 * or larger than <CODE>Integer.MAX_VALUE</CODE>.
 * @see Enumerated
 */
public SnmpInt(Enumerated v) throws IllegalArgumentException {
    this(v.intValue()) ;
}
项目:jdk8u-dev-jdk    文件:SnmpInt.java   
/**
 * Constructs a new <CODE>SnmpInt</CODE> from the specified <CODE>Enumerated</CODE> value.
 * @param v The initialization value.
 * @exception IllegalArgumentException The specified value is smaller than <CODE>Integer.MIN_VALUE</CODE>
 * or larger than <CODE>Integer.MAX_VALUE</CODE>.
 * @see Enumerated
 */
public SnmpInt(Enumerated v) throws IllegalArgumentException {
    this(v.intValue()) ;
}
项目:jdk7-jdk    文件:EnumRowStatus.java   
/**
 * Build an <code>EnumRowStatus</code> from an <code>Enumerated</code>.
 * @param valueIndex should be either 0 (<i>unspecified</i>), or one of
 *        the values defined in RFC 2579.
 * @exception IllegalArgumentException if the given
 *            <code>valueIndex</code> is not valid.
 **/
public EnumRowStatus(Enumerated valueIndex)
    throws IllegalArgumentException {
    this(valueIndex.intValue());
}
项目:jdk7-jdk    文件:SnmpInt.java   
/**
 * Constructs a new <CODE>SnmpInt</CODE> from the specified <CODE>Enumerated</CODE> value.
 * @param v The initialization value.
 * @exception IllegalArgumentException The specified value is smaller than <CODE>Integer.MIN_VALUE</CODE>
 * or larger than <CODE>Integer.MAX_VALUE</CODE>.
 * @see Enumerated
 */
public SnmpInt(Enumerated v) throws IllegalArgumentException {
    this(v.intValue()) ;
}
项目:openjdk-source-code-learn    文件:EnumRowStatus.java   
/**
 * Build an <code>EnumRowStatus</code> from an <code>Enumerated</code>.
 * @param valueIndex should be either 0 (<i>unspecified</i>), or one of
 *        the values defined in RFC 2579.
 * @exception IllegalArgumentException if the given
 *            <code>valueIndex</code> is not valid.
 **/
public EnumRowStatus(Enumerated valueIndex)
    throws IllegalArgumentException {
    this(valueIndex.intValue());
}
项目:openjdk-source-code-learn    文件:SnmpInt.java   
/**
 * Constructs a new <CODE>SnmpInt</CODE> from the specified <CODE>Enumerated</CODE> value.
 * @param v The initialization value.
 * @exception IllegalArgumentException The specified value is smaller than <CODE>Integer.MIN_VALUE</CODE>
 * or larger than <CODE>Integer.MAX_VALUE</CODE>.
 * @see Enumerated
 */
public SnmpInt(Enumerated v) throws IllegalArgumentException {
    this(v.intValue()) ;
}
项目:OLD-OpenJDK8    文件:SnmpInt.java   
/**
 * Constructs a new <CODE>SnmpInt</CODE> from the specified <CODE>Enumerated</CODE> value.
 * @param v The initialization value.
 * @exception IllegalArgumentException The specified value is smaller than <CODE>Integer.MIN_VALUE</CODE>
 * or larger than <CODE>Integer.MAX_VALUE</CODE>.
 * @see Enumerated
 */
public SnmpInt(Enumerated v) throws IllegalArgumentException {
    this(v.intValue()) ;
}
项目:openjdk-jdk7u-jdk    文件:EnumRowStatus.java   
/**
 * Build an <code>EnumRowStatus</code> from an <code>Enumerated</code>.
 * @param valueIndex should be either 0 (<i>unspecified</i>), or one of
 *        the values defined in RFC 2579.
 * @exception IllegalArgumentException if the given
 *            <code>valueIndex</code> is not valid.
 **/
public EnumRowStatus(Enumerated valueIndex)
    throws IllegalArgumentException {
    this(valueIndex.intValue());
}
项目:openjdk-jdk7u-jdk    文件:SnmpInt.java   
/**
 * Constructs a new <CODE>SnmpInt</CODE> from the specified <CODE>Enumerated</CODE> value.
 * @param v The initialization value.
 * @exception IllegalArgumentException The specified value is smaller than <CODE>Integer.MIN_VALUE</CODE>
 * or larger than <CODE>Integer.MAX_VALUE</CODE>.
 * @see Enumerated
 */
public SnmpInt(Enumerated v) throws IllegalArgumentException {
    this(v.intValue()) ;
}