-
- All Known Subinterfaces:
BinaryInputField
,BinaryOutputField
,BooleanInputField
,BooleanOutputField
,CharInputField
,CharOutputField
,DateInputField
,DateOutputField
,DoubleInputField
,DoubleOutputField
,DurationInputField
,DurationOutputField
,Field
,FloatInputField
,FloatOutputField
,IntInputField
,IntOutputField
,Ip4AddressInputField
,Ip4AddressOutputField
,Ip6AddressInputField
,Ip6AddressOutputField
,JDBCField
,LongInputField
,LongOutputField
,MoneyInputField
,MoneyOutputField
,NumberOutputField
,NumericInputField
,NumericOutputField
,ObjectInputField<T>
,ObjectOutputField<T>
,PeriodInputField
,PeriodOutputField
,PhysicalInputPort
,PhysicalOutputPort
,PhysicalPort
,RecordInput
,RecordOutput
,ScalarInputField
,ScalarOutputField
,StringInputField
,StringOutputField
,TimeInputField
,TimeOutputField
,TimestampInputField
,TimestampOutputField
public interface Named
An object which is assigned a name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Gets the name of this object.
-
-
-
Method Detail
-
getName
String getName()
Gets the name of this object. The name should be non-null
.- Returns:
- the name of this object
-
-