scs.auxiliar
Class Property

java.lang.Object
  extended by scs.auxiliar.Property
All Implemented Interfaces:
Serializable, IDLEntity

public final class Property
extends Object
implements IDLEntity

Generated from IDL struct "Property".

Version:
generated at Feb 10, 2014 8:09:01 AM
Author:
JacORB IDL compiler V 3.1, 19-Aug-2012
See Also:
Serialized Form

Field Summary
 String name
           
 boolean read_only
           
 String value
           
 
Constructor Summary
Property()
           
Property(String name, String value, boolean read_only)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

value

public String value

read_only

public boolean read_only
Constructor Detail

Property

public Property()

Property

public Property(String name,
                String value,
                boolean read_only)


Copyright © 2014. All Rights Reserved.