| Modifier and Type | Field and Description | 
|---|---|
static javax.persistence.metamodel.SingularAttribute<Property,State> | 
Property_.state  | 
static javax.persistence.metamodel.SingularAttribute<Attribute,State> | 
Attribute_.state  | 
static javax.persistence.metamodel.SingularAttribute<Log,State> | 
Log_.state  | 
| Modifier and Type | Method and Description | 
|---|---|
State | 
Attribute.getState()  | 
State | 
Tag.getState()  | 
State | 
Logbook.getState()  | 
State | 
Property.getState()  | 
State | 
Log.getState()  | 
static State | 
State.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static State[] | 
State.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Attribute.setState(State state)  | 
void | 
Tag.setState(State state)  | 
void | 
Logbook.setState(State state)  | 
void | 
Property.setState(State state)  | 
void | 
Log.setState(State state)  | 
| Constructor and Description | 
|---|
Logbook(Long id,
       String name,
       String owner,
       State state)
Creates a new instance of Logbook. 
 | 
Copyright © 2010-2014 Michigan State University. All Rights Reserved.