public class PropertyCoord extends Object
| Constructor and Description |
|---|
PropertyCoord(Class<?> group,
Property<?> prop) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getGroup()
The group containing the Property, if that can be determined.
|
String |
getGroupName()
The canonical name of the group, or some form of [[Unknown]] if it is
null.
|
Property<?> |
getProperty()
The property, if that can be determined.
|
String |
getPropName()
The canonical name of the Property, or one of a series of placeholder
names if the value can't be determined.
|
public Property<?> getProperty()
public Class<?> getGroup()
public String getGroupName()
public String getPropName()
Copyright © 2017. All rights reserved.