org.omg.dds.type.typeobject
Interface AnnotationMemberValue

All Superinterfaces:
java.lang.Cloneable, DDSObject, ModifiableValue<AnnotationMemberValue,AnnotationMemberValue>, java.io.Serializable, Value<AnnotationMemberValue,AnnotationMemberValue>

@Extensibility(value=EXTENSIBLE_EXTENSIBILITY)
@Nested
public interface AnnotationMemberValue
extends ModifiableValue<AnnotationMemberValue,AnnotationMemberValue>


Method Summary
 boolean booleanValue()
           
 void booleanValue(boolean value)
           
 byte byteValue()
           
 void byteValue(byte value)
           
 char characterValue()
           
 void characterValue(char value)
           
 TypeKind discriminator()
           
 int enumerationValue()
           
 void enumerationValue(int value)
           
 java.math.BigDecimal float128Value()
           
 void float128Value(java.math.BigDecimal value)
           
 float float32Value()
           
 void float32Value(float value)
           
 double float64Value()
           
 void float64Value(double value)
           
 short int16Value()
           
 void int16Value(short value)
           
 int int32Value()
           
 void int32Value(int value)
           
 long int64Value()
           
 void int64Value(long value)
           
 java.lang.String stringValue()
           
 void stringValue(java.lang.String value)
           
 short uint16Value()
           
 void uint16Value(short value)
           
 int uint32Value()
           
 void uint32Value(int value)
           
 long uint64Value()
           
 void uint64Value(long value)
           
 char wideCharacterValue()
           
 void wideCharacterValue(char value)
           
 
Methods inherited from interface org.omg.dds.core.modifiable.ModifiableValue
clone, copyFrom, finishModification
 
Methods inherited from interface org.omg.dds.core.Value
equals, hashCode, modify
 
Methods inherited from interface org.omg.dds.core.DDSObject
getBootstrap
 

Method Detail

discriminator

TypeKind discriminator()

booleanValue

boolean booleanValue()

booleanValue

void booleanValue(boolean value)

byteValue

byte byteValue()

byteValue

void byteValue(byte value)

int16Value

short int16Value()

int16Value

void int16Value(short value)

uint16Value

short uint16Value()

uint16Value

void uint16Value(short value)

int32Value

int int32Value()

int32Value

void int32Value(int value)

uint32Value

int uint32Value()

uint32Value

void uint32Value(int value)

int64Value

long int64Value()

int64Value

void int64Value(long value)

uint64Value

long uint64Value()

uint64Value

void uint64Value(long value)

float32Value

float float32Value()

float32Value

void float32Value(float value)

float64Value

double float64Value()

float64Value

void float64Value(double value)

float128Value

java.math.BigDecimal float128Value()

float128Value

void float128Value(java.math.BigDecimal value)

characterValue

char characterValue()

characterValue

void characterValue(char value)

wideCharacterValue

char wideCharacterValue()

wideCharacterValue

void wideCharacterValue(char value)

enumerationValue

int enumerationValue()

enumerationValue

void enumerationValue(int value)

stringValue

java.lang.String stringValue()

stringValue

void stringValue(java.lang.String value)


Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.