public interface Field
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of the field.
|
String |
getTarget()
Returns the target of the field.
|
boolean |
isAliased()
Returns whether the Field is aliased, which means it has a name set different from the target.
|
default boolean |
isInternal() |
String getName()
String getTarget()
getName() should be returned.boolean isAliased()
default boolean isInternal()
$$this.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.