public interface GroupProxy
| Modifier and Type | Method and Description |
|---|---|
String |
getCanonicalName()
Returns the AndHow canonical name of the class this group is proxying.
|
String |
getCanonicalName(Property<?> memberProperty)
The complete canonical name of a Property in this Group.
|
String |
getJavaCanonicalName()
Returns the Java canonical name of the class this group is proxying.
|
List<NameAndProperty> |
getProperties()
Returns a complete list of all AndHow Properties in this group.
|
Class<?> |
getProxiedGroup()
The proxied class or interface containing Properties that this proxy wraps.
|
String |
getSimpleName(Property<?> memberProperty)
The simple name of a Property in this Group.
|
boolean |
isUserGroup()
Returns true if this is a group created for user properties, which is
the typical case.
|
String getCanonicalName()
String getJavaCanonicalName()
Class<?> getProxiedGroup()
List<NameAndProperty> getProperties()
String getSimpleName(Property<?> memberProperty)
memberProperty - String getCanonicalName(Property<?> memberProperty)
memberProperty - boolean isUserGroup()
Copyright © 2017. All rights reserved.