|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnz.ac.waikato.modeljunit.examples.gsm.File
public class File
Field Summary | |
---|---|
java.lang.String |
data
|
SimCard.F_Name |
name
|
File |
parent
|
SimCard.Permission |
perm_read
|
SimCard.File_Type |
type
|
Constructor Summary | |
---|---|
File(SimCard.File_Type type0,
SimCard.F_Name name0,
java.lang.String data0,
SimCard.Permission perm0,
File parent0)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public SimCard.File_Type type
public SimCard.F_Name name
public java.lang.String data
public SimCard.Permission perm_read
public File parent
Constructor Detail |
---|
public File(SimCard.File_Type type0, SimCard.F_Name name0, java.lang.String data0, SimCard.Permission perm0, File parent0)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |