Package | Description |
---|---|
org.kuali.student.r1.common.assembly.data |
Modifier and Type | Class and Description |
---|---|
static class |
Data.IntegerKey |
static class |
Data.StringKey |
Modifier and Type | Field and Description |
---|---|
static Data.Key |
Data.WILDCARD_KEY |
Modifier and Type | Method and Description |
---|---|
Data.Key |
Data.Property.getWrappedKey() |
Data.Key |
QueryPath.remove(int index) |
Data.Key |
QueryPath.set(int index,
Data.Key element) |
Modifier and Type | Method and Description |
---|---|
boolean |
QueryPath.add(Data.Key e) |
void |
QueryPath.add(int index,
Data.Key element) |
boolean |
Data.containsKey(Data.Key key) |
<T> T |
Data.get(Data.Key key) |
void |
Data.remove(Data.Key key) |
void |
Data.set(Data.Key key,
Boolean value) |
void |
Data.set(Data.Key key,
Data.Value value) |
void |
Data.set(Data.Key key,
Data value) |
void |
Data.set(Data.Key key,
Date value) |
void |
Data.set(Data.Key key,
Double value) |
void |
Data.set(Data.Key key,
Float value) |
void |
Data.set(Data.Key key,
Integer value) |
void |
Data.set(Data.Key key,
Long value) |
void |
Data.set(Data.Key key,
Short value) |
void |
Data.set(Data.Key key,
String value) |
void |
Data.set(Data.Key key,
Time value) |
void |
Data.set(Data.Key key,
Timestamp value) |
Data.Key |
QueryPath.set(int index,
Data.Key element) |
Modifier and Type | Method and Description |
---|---|
boolean |
QueryPath.addAll(Collection<? extends Data.Key> c) |
boolean |
QueryPath.addAll(int index,
Collection<? extends Data.Key> c) |
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.