Constructor and Description |
---|
InputAttribute(String name,
ClassInfo dataType,
InputGranularity granulatity,
InputGroup group)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ClassInfo |
getDataType()
Returns the data type.
|
InputGranularity |
getGranulatity()
Returns the input granularity.
|
InputGroup |
getGroup()
Returns the input group info.
|
String |
getName()
Returns the port name.
|
int |
hashCode() |
String |
toString() |
public InputAttribute(String name, ClassInfo dataType, InputGranularity granulatity, InputGroup group)
name
- the port namedataType
- the data typegranulatity
- the input granularitygroup
- the input group (nullable)public ClassInfo getDataType()
InputInfo
getDataType
in interface InputInfo
public InputGranularity getGranulatity()
InputInfo
getGranulatity
in interface InputInfo
null
if is not definedpublic InputGroup getGroup()
InputInfo
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.