public class NamedParameterDescriptor extends Object implements Serializable
| Constructor and Description |
|---|
NamedParameterDescriptor(String name,
Type expectedType,
int[] sourceLocations,
boolean jpaStyle) |
| Modifier and Type | Method and Description |
|---|---|
Type |
getExpectedType() |
String |
getName() |
int[] |
getSourceLocations() |
boolean |
isJpaStyle() |
void |
resetExpectedType(Type type) |
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.