Searched refs:value (Results 76 - 100 of 3502) sorted by relevance

1234567891011>>

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DImplicitActivationPolicyImpl.java36 value) {
37 this.value = value;
40 public ImplicitActivationPolicyValue value() { method in class:ImplicitActivationPolicyImpl
41 return value;
46 return IMPLICIT_ACTIVATION_POLICY_ID.value ;
50 return new ImplicitActivationPolicyImpl(value);
54 value = null;
57 private ImplicitActivationPolicyValue value; field in class:ImplicitActivationPolicyImpl
62 ((value
35 ImplicitActivationPolicyImpl(ImplicitActivationPolicyValue value) argument
[all...]
H A DLifespanPolicyImpl.java34 public LifespanPolicyImpl(LifespanPolicyValue value) { argument
35 this.value = value;
38 public LifespanPolicyValue value() { method in class:LifespanPolicyImpl
39 return value;
44 return LIFESPAN_POLICY_ID.value ;
48 return new LifespanPolicyImpl(value);
52 value = null;
55 private LifespanPolicyValue value; field in class:LifespanPolicyImpl
60 ((value
[all...]
H A DRequestProcessingPolicyImpl.java35 value) {
36 this.value = value;
39 public RequestProcessingPolicyValue value() { method in class:RequestProcessingPolicyImpl
40 return value;
45 return REQUEST_PROCESSING_POLICY_ID.value ;
49 return new RequestProcessingPolicyImpl(value);
53 value = null;
56 private RequestProcessingPolicyValue value; field in class:RequestProcessingPolicyImpl
61 switch (value
34 RequestProcessingPolicyImpl(RequestProcessingPolicyValue value) argument
[all...]
H A DServantRetentionPolicyImpl.java34 public ServantRetentionPolicyImpl(ServantRetentionPolicyValue value) { argument
35 this.value = value;
38 public ServantRetentionPolicyValue value() { method in class:ServantRetentionPolicyImpl
39 return value;
44 return SERVANT_RETENTION_POLICY_ID.value ;
48 return new ServantRetentionPolicyImpl(value);
52 value = null;
55 private ServantRetentionPolicyValue value; field in class:ServantRetentionPolicyImpl
60 ((value
[all...]
H A DThreadPolicyImpl.java34 public ThreadPolicyImpl(ThreadPolicyValue value) { argument
35 this.value = value;
38 public ThreadPolicyValue value() { method in class:ThreadPolicyImpl
39 return value;
44 return THREAD_POLICY_ID.value ;
48 return new ThreadPolicyImpl(value);
52 value = null;
55 private ThreadPolicyValue value; field in class:ThreadPolicyImpl
60 ((value
[all...]
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest8013557.java46 public Value value; field in class:Test8013557.Bean
49 this.value = new Value();
52 public Bean(Value value) { argument
53 this.value = value;
56 public void setValue(Value value) { argument
57 this.value = value;
61 return this.value;
72 public Value(String value) { argument
[all...]
/openjdk7/langtools/src/share/classes/javax/annotation/processing/
H A DCompletions.java43 private String value; field in class:Completions.SimpleCompletion
46 SimpleCompletion(String value, String message) { argument
47 if (value == null || message == null)
49 this.value = value;
54 return value;
64 return "[\"" + value + "\", \"" + message + "\"]";
70 * Returns a completion of the value and message.
72 * @param value the text of the completion
74 * @return a completion of the provided value an
76 of(String value, String message) argument
86 of(String value) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAudioSynthesizerPropertyInfo.java36 * name and value. The <code>description</code> and <code>choices</code>
40 * @param value the current value or class used for values.
43 public AudioSynthesizerPropertyInfo(String name, Object value) { argument
45 if (value instanceof Class)
46 valueClass = (Class)value;
49 this.value = value;
50 if (value != null)
51 valueClass = value
66 public Object value = null; field in class:AudioSynthesizerPropertyInfo
[all...]
/openjdk7/jdk/src/share/classes/com/sun/beans/decoder/
H A DValueObjectImpl.java40 * Returns the object that describes returning value.
42 * @param value the result of method execution
43 * @return the object that describes value
45 static ValueObject create(Object value) { argument
46 return (value != null)
47 ? new ValueObjectImpl(value)
51 private Object value; field in class:ValueObjectImpl
55 * Creates the object that describes returning void value.
62 * Creates the object that describes returning non-void value.
64 * @param value th
66 ValueObjectImpl(Object value) argument
[all...]
H A DAccessorElementHandler.java39 private ValueObject value; field in class:AccessorElementHandler
52 * @param value the attribute value
55 public void addAttribute(String name, String value) { argument
57 this.name = value;
59 super.addAttribute(name, value);
64 * Adds the argument that is used to set the value of this element.
66 * @param argument the value of the element that contained in this one
70 if (this.value != null) {
74 this.value
104 setValue(String name, Object value) argument
[all...]
/openjdk7/jdk/test/java/beans/Introspector/
H A DTest4144543.java42 new PropertyDescriptor("value", type);
43 new PropertyDescriptor("value", type, "getValue", "setValue");
46 private int value; field in class:Test4144543
49 return this.value;
60 public void setValue(byte value) { argument
61 this.value = value;
64 public void setValue(int value) { argument
65 this.value = value;
[all...]
/openjdk7/jdk/src/share/classes/sun/util/locale/
H A DExtension.java37 private String value, id; field in class:Extension
43 Extension(char key, String value) { argument
45 setValue(value);
48 protected void setValue(String value) { argument
49 this.value = value;
50 this.id = key + LanguageTag.SEP + value;
58 return value;
/openjdk7/jdk/src/share/classes/java/text/
H A DEntryPair.java43 * is the contracting character name and value is its collation
49 public int value; field in class:EntryPair
52 public EntryPair(String name, int value) { argument
53 this(name, value, true);
55 public EntryPair(String name, int value, boolean fwd) { argument
57 this.value = value;
/openjdk7/jdk/src/share/classes/sun/tools/jstat/
H A DIdentifier.java38 private Object value; field in class:Identifier
49 public void setValue(Object value) { argument
50 this.value = value;
54 return value;
58 return value != null;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DMarshalOutputStream.java39 public void write_boolean(boolean value); argument
40 public void write_char(char value); argument
41 public void write_wchar(char value); argument
42 public void write_octet(byte value); argument
43 public void write_short(short value); argument
44 public void write_ushort(short value); argument
45 public void write_long(int value); argument
46 public void write_ulong(int value); argument
47 public void write_longlong(long value); argument
48 public void write_ulonglong(long value); argument
49 write_float(float value) argument
50 write_double(double value) argument
51 write_string(String value) argument
52 write_wstring(String value) argument
54 write_boolean_array(boolean[] value, int offset, int length) argument
55 write_char_array(char[] value, int offset, int length) argument
56 write_wchar_array(char[] value, int offset, int length) argument
57 write_octet_array(byte[] value, int offset, int length) argument
58 write_short_array(short[] value, int offset, int length) argument
59 write_ushort_array(short[] value, int offset, int length) argument
60 write_long_array(int[] value, int offset, int length) argument
61 write_ulong_array(int[] value, int offset, int length) argument
62 write_longlong_array(long[] value, int offset, int length) argument
63 write_ulonglong_array(long[] value, int offset, int length) argument
64 write_float_array(float[] value, int offset, int length) argument
65 write_double_array(double[] value, int offset, int length) argument
67 write_Object(org.omg.CORBA.Object value) argument
68 write_TypeCode(TypeCode value) argument
69 write_any(Any value) argument
70 write_Principal(Principal value) argument
76 write_value(java.io.Serializable value) argument
[all...]
/openjdk7/corba/src/share/classes/org/omg/CORBA/portable/
H A DOutputStream.java51 * Writes a boolean value to this stream.
52 * @param value the value to be written.
54 public abstract void write_boolean(boolean value); argument
56 * Writes a char value to this stream.
57 * @param value the value to be written.
59 public abstract void write_char(char value); argument
61 * Writes a wide char value to this stream.
62 * @param value th
64 write_wchar(char value) argument
69 write_octet(byte value) argument
74 write_short(short value) argument
79 write_ushort(short value) argument
84 write_long(int value) argument
89 write_ulong(int value) argument
94 write_longlong(long value) argument
99 write_ulonglong(long value) argument
104 write_float(float value) argument
109 write_double(double value) argument
114 write_string(String value) argument
119 write_wstring(String value) argument
127 write_boolean_array(boolean[] value, int offset, int length) argument
135 write_char_array(char[] value, int offset, int length) argument
143 write_wchar_array(char[] value, int offset, int length) argument
151 write_octet_array(byte[] value, int offset, int length) argument
159 write_short_array(short[] value, int offset, int length) argument
167 write_ushort_array(short[] value, int offset, int length) argument
175 write_long_array(int[] value, int offset, int length) argument
183 write_ulong_array(int[] value, int offset, int length) argument
191 write_longlong_array(long[] value, int offset, int length) argument
199 write_ulonglong_array(long[] value, int offset, int length) argument
207 write_float_array(float[] value, int offset, int length) argument
215 write_double_array(double[] value, int offset, int length) argument
221 write_Object(org.omg.CORBA.Object value) argument
226 write_TypeCode(TypeCode value) argument
231 write_any(Any value) argument
239 write_Principal(Principal value) argument
258 write_fixed(java.math.BigDecimal value) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DBooleanValueImpl.java31 private boolean value; field in class:BooleanValueImpl
36 value = aValue;
41 return (value == ((BooleanValue)obj).value())
59 public boolean value() { method in class:BooleanValueImpl
60 return value;
64 return value;
68 return(byte)((value)?1:0);
72 return(char)((value)?1:0);
76 return(short)((value)
[all...]
H A DShortValueImpl.java31 private short value; field in class:ShortValueImpl
36 value = aValue;
41 return (value == ((ShortValue)obj).value()) &&
56 return value() - shortVal.value();
63 public short value() { method in class:ShortValueImpl
64 return value;
68 return(value == 0)?false:true;
72 return(byte)value;
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DBooleanValueImpl.java32 private boolean value; field in class:BooleanValueImpl
37 value = aValue;
42 return (value == ((BooleanValue)obj).value())
60 public boolean value() { method in class:BooleanValueImpl
61 return value;
65 return value;
69 return(byte)((value)?1:0);
73 return(char)((value)?1:0);
77 return(short)((value)
[all...]
H A DShortValueImpl.java32 private short value; field in class:ShortValueImpl
37 value = aValue;
42 return (value == ((ShortValue)obj).value()) &&
57 short other = obj.value();
58 return value() - other;
65 public short value() { method in class:ShortValueImpl
66 return value;
70 return(value == 0)?false:true;
74 return(byte)value;
[all...]
H A DCharValueImpl.java32 private char value; field in class:CharValueImpl
37 value = aValue;
42 return (value == ((CharValue)obj).value()) &&
57 char other = obj.value();
58 return value() - other;
65 public char value() { method in class:CharValueImpl
66 return value;
70 return(value == 0)?false:true;
74 return(byte)value;
[all...]
/openjdk7/jdk/src/share/classes/javax/print/attribute/
H A DDateTimeSyntax.java35 * implementation of all attributes whose value is a date and time.
37 * Under the hood, a date-time attribute is stored as a value of class <code>
38 * java.util.Date</code>. You can get a date-time attribute's Date value by
40 * Date value is established when it is constructed (see {@link
42 * constructed, a date-time attribute's value is immutable.
52 * DateTimeSyntax stores its value in the form of a <code>java.util.Date
68 * This date-time attribute's<code>java.util.Date</code> value.
71 private Date value; field in class:DateTimeSyntax
77 * <code>java.util.Date </code> value.
79 * @param value <cod
84 DateTimeSyntax(Date value) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DIntegerExpression.java38 int value; field in class:IntegerExpression
43 IntegerExpression(int op, long where, Type type, int value) { argument
45 this.value = value;
55 // even if its value is in fact 7-bit ascii. See JLS 5.2.
60 return value == (byte)value;
62 return value == (short)value;
64 return value
[all...]
/openjdk7/jdk/src/share/classes/sun/management/counter/perf/
H A DByteArrayCounterSnapshot.java36 byte[] value; field in class:ByteArrayCounterSnapshot
40 int vectorLength, byte[] value) {
42 this.value = value;
46 return value;
50 return value;
54 return value[index];
39 ByteArrayCounterSnapshot(String name, Units u, Variability v, int flags, int vectorLength, byte[] value) argument
H A DLongArrayCounterSnapshot.java36 long[] value; field in class:LongArrayCounterSnapshot
40 int vectorLength, long[] value) {
42 this.value = value;
46 return value;
50 return value;
54 return value[index];
39 LongArrayCounterSnapshot(String name, Units u, Variability v, int flags, int vectorLength, long[] value) argument

Completed in 1655 milliseconds

1234567891011>>